[FIX] account_financial_report: error when displaying foreign currencies for accounts with currency

pull/1206/head
LauraCForgeFlow 2024-07-19 13:31:41 +02:00
parent ee21e49411
commit 8fe70a0198
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}