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:
committed by
Luis J. Salvatierra
parent
ad1b376b89
commit
ac2034c28b
@@ -717,3 +717,12 @@ msgstr ""
|
|||||||
#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done
|
#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done
|
||||||
msgid "Wizard completed"
|
msgid "Wizard completed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: account_chart_update
|
||||||
|
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You have at least one parent tax template (%s) whose children taxes are not "
|
||||||
|
"going to be created. Aborting as this will provoke an infinite loop. Please "
|
||||||
|
"check if children have been matched, but not the parent one."
|
||||||
|
msgstr ""
|
||||||
|
|||||||
@@ -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