[FIX] account_financial_report: error when displaying foreign currencies for accounts with currency
parent
ee21e49411
commit
8fe70a0198
|
@ -134,7 +134,7 @@ class AgedPartnerBalanceReport(models.AbstractModel):
|
|||
"name": account.name,
|
||||
"hide_account": False,
|
||||
"group_id": account.group_id.id,
|
||||
"currency_id": account.currency_id or False,
|
||||
"currency_id": account.currency_id.id,
|
||||
"currency_name": account.currency_id.name,
|
||||
"centralized": account.centralized,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue