mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[13.0][FIX] account_chart_update: Remove @api.multi
This commit is contained in:
@@ -347,7 +347,6 @@ class WizardUpdateChartsAccounts(models.TransientModel):
|
|||||||
% parent.tax_id.name
|
% parent.tax_id.name
|
||||||
)
|
)
|
||||||
|
|
||||||
@api.multi
|
|
||||||
def action_update_records(self):
|
def action_update_records(self):
|
||||||
"""Action that creates/updates/deletes the selected elements."""
|
"""Action that creates/updates/deletes the selected elements."""
|
||||||
self._check_consistency()
|
self._check_consistency()
|
||||||
|
|||||||
Reference in New Issue
Block a user