Merge PR #923 into 13.0

Signed-off-by pedrobaeza
pull/896/head
OCA-git-bot 2022-09-22 10:32:48 +00:00
commit 31977bb0a2
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ class GeneralLedgerXslx(models.AbstractModel):
}
)
if foreign_currency:
account.update(
{"initial_bal_curr": account["init_bal"]["bal_curr"]}
group_item.update(
{"initial_bal_curr": group_item["init_bal"]["bal_curr"]}
)
self.write_initial_balance_from_dict(group_item)