diff --git a/odex25_accounting/odex25_account_reports/models/ir_module_module.py b/odex25_accounting/odex25_account_reports/models/ir_module_module.py index a2973ebc2..33ece3ba8 100644 --- a/odex25_accounting/odex25_account_reports/models/ir_module_module.py +++ b/odex25_accounting/odex25_account_reports/models/ir_module_module.py @@ -11,7 +11,7 @@ class IrModuleModule(models.Model): Use the translations of the account.financial.html.report to translate the linked ir.actions.client and ir.ui.menu generated at the creation of the report """ - res = super(IrModuleModule, self)._update_translations(filter_lang=filter_lang, overwrite=False) + res = super(IrModuleModule, self)._update_translations(filter_lang=filter_lang, overwrite=overwrite) # generated missing action translations for translated reports self.env.cr.execute("""