Merge PR #1030 into 16.0

Signed-off-by pedrobaeza
pull/1038/head
OCA-git-bot 2023-04-18 16:03:51 +00:00
commit 83f9813ddc
1 changed files with 1 additions and 1 deletions

View File

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