diff --git a/account_financial_report/report/general_ledger.py b/account_financial_report/report/general_ledger.py index 53cf0e3a..d2d6876c 100644 --- a/account_financial_report/report/general_ledger.py +++ b/account_financial_report/report/general_ledger.py @@ -857,7 +857,7 @@ class GeneralLedgerReport(models.AbstractModel): continue if ( not gl_item["currency_id"] - or gl_item["currency_id"] != company.currency_id + or gl_item["currency_id"] != company.currency_id.id ): gl_item["fin_bal"]["bal_curr"] -= gl_item["init_bal"]["bal_curr"] gl_item["init_bal"]["bal_curr"] = 0