[FIX] translation not loaded

This commit is contained in:
Andrea
2020-08-05 12:13:03 +02:00
committed by chaule97
parent 3a55e90a92
commit 8cb94660e0
26 changed files with 120 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ class OpenItemsReportWizard(models.TransientModel):
"target_move": self.target_move,
"account_ids": self.account_ids.ids,
"partner_ids": self.partner_ids.ids or [],
"account_financial_report_lang": self.env.lang,
}
def _export(self, report_type):