diff --git a/account_financial_report/report/templates/trial_balance.xml b/account_financial_report/report/templates/trial_balance.xml index 90f222e7..934c1e6f 100644 --- a/account_financial_report/report/templates/trial_balance.xml +++ b/account_financial_report/report/templates/trial_balance.xml @@ -559,6 +559,10 @@ +
@@ -602,9 +606,13 @@ t-att-domain="domain+aml_domain_common" res-model="account.move.line" > +
@@ -626,7 +634,7 @@ > @@ -657,9 +665,13 @@ t-att-domain="domain+aml_domain_common" res-model="account.move.line" > + diff --git a/account_financial_report/report/trial_balance.py b/account_financial_report/report/trial_balance.py index 1d2f51b2..f0c57dd5 100644 --- a/account_financial_report/report/trial_balance.py +++ b/account_financial_report/report/trial_balance.py @@ -755,4 +755,5 @@ class TrialBalanceReport(models.AbstractModel): "accounts_data": accounts_data, "partners_data": partners_data, "show_hierarchy_level": show_hierarchy_level, + "currency_model": self.env["res.currency"], }