From 1fcbc3345d59a8c9048aee89c25fbd0da550acc5 Mon Sep 17 00:00:00 2001 From: ps-tubtim Date: Tue, 24 Mar 2020 15:48:23 +0700 Subject: [PATCH] [13.0][FIX] account_chart_update: Remove @api.multi --- account_chart_update/wizard/wizard_chart_update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_chart_update/wizard/wizard_chart_update.py b/account_chart_update/wizard/wizard_chart_update.py index 23a67e092..c1aa8e910 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()