This commit is contained in:
mazenmuhamad 2025-03-13 13:14:34 +02:00
parent e6eefab07f
commit 8323d3c2a8
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=False)
res = super(IrModuleModule, self)._update_translations(filter_lang=filter_lang, overwrite=overwrite)
# generated missing action translations for translated reports
self.env.cr.execute("""