Merge PR #838 into 14.0

Signed-off-by tafaRU
pull/836/head
OCA-git-bot 2021-12-14 07:39:07 +00:00
commit 7b9546e7be
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ IR_TRANSLATION_NAME = "move.line.list.xls"
class AccountMoveLineXlsx(models.AbstractModel):
_name = "report.account_move_line_report_xls.account_move_line_xlsx"
_inherit = "report.report_xlsx.abstract"
_description = "XLSX report for account move lines."
def _(self, src):
lang = self.env.context.get("lang", "en_US")