Merge pull request #2645 from expsa/zen_account_dudget

updata
This commit is contained in:
mazenmuhamad 2025-03-13 13:20:10 +02:00 committed by GitHub
commit d98ee28474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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("""