From e6eefab07f9c274c0fb0576e111021f2eb2ca182 Mon Sep 17 00:00:00 2001 From: mazenmuhamad Date: Thu, 13 Mar 2025 13:01:53 +0200 Subject: [PATCH] fix code --- .../odex25_account_reports/models/ir_module_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 33ece3ba8..a2973ebc2 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=overwrite) + res = super(IrModuleModule, self)._update_translations(filter_lang=filter_lang, overwrite=False) # generated missing action translations for translated reports self.env.cr.execute("""