updata
This commit is contained in:
parent
e6eefab07f
commit
8323d3c2a8
|
|
@ -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("""
|
||||
|
|
|
|||
Loading…
Reference in New Issue