[IMP] account_financial_report: Remove "Cur." column (currency is now added in "Amount cur.") from general_ledger.

TT38722
This commit is contained in:
Víctor Martínez
2022-09-01 12:57:33 +02:00
committed by chaule97
parent 6fc4ea5f5a
commit 0cd327f198
2 changed files with 18 additions and 32 deletions

View File

@@ -859,4 +859,5 @@ class GeneralLedgerReport(models.AbstractModel):
"centralize": centralize,
"tags_data": tags_data,
"filter_partner_ids": filter_partner_ids,
"currency_model": self.env["res.currency"],
}