[13.0][FIX] account_chart_update: Remove @api.multi

This commit is contained in:
ps-tubtim
2020-03-24 15:48:23 +07:00
committed by Reyes4711
parent 0267982250
commit ecdcfb21c1

View File

@@ -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()