This commit is contained in:
mazenmuhamad 2025-03-13 13:01:53 +02:00
parent 35b85f5cb5
commit e6eefab07f
1 changed files with 1 additions and 1 deletions

View File

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