diff --git a/account_chart_update/i18n/account_chart_update.pot b/account_chart_update/i18n/account_chart_update.pot index fd4277f0..d82ca7ea 100644 --- a/account_chart_update/i18n/account_chart_update.pot +++ b/account_chart_update/i18n/account_chart_update.pot @@ -717,3 +717,12 @@ msgstr "" #: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done msgid "Wizard completed" 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 "" diff --git a/account_chart_update/wizard/wizard_chart_update.py b/account_chart_update/wizard/wizard_chart_update.py index 23a67e09..c1aa8e91 100644 --- a/account_chart_update/wizard/wizard_chart_update.py +++ b/account_chart_update/wizard/wizard_chart_update.py @@ -347,7 +347,6 @@ class WizardUpdateChartsAccounts(models.TransientModel): % parent.tax_id.name ) - @api.multi def action_update_records(self): """Action that creates/updates/deletes the selected elements.""" self._check_consistency()