From 0b1044d039e81d75ce5270ce7e99dfae7b1336fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Thu, 13 May 2021 09:06:26 +0100 Subject: [PATCH] [FIX] account_financial_report: filter by correct data in trial balance When on a Trial Balance report and filtering by hierarchical accounts or for a foreing currency, an error was produced when generating the report. The report fields were dependant on data that is no longer present, such as line data. This uses the correct data provided when generating the report to avoid this errors TT29261 --- account_financial_report/__manifest__.py | 2 +- .../report/templates/trial_balance.xml | 34 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index a2a28461..38935f5e 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -6,7 +6,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Financial Reports", - "version": "14.0.1.2.1", + "version": "14.0.1.2.3", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," diff --git a/account_financial_report/report/templates/trial_balance.xml b/account_financial_report/report/templates/trial_balance.xml index 787f0dce..f54e2142 100644 --- a/account_financial_report/report/templates/trial_balance.xml +++ b/account_financial_report/report/templates/trial_balance.xml @@ -313,8 +313,8 @@ @@ -417,9 +417,9 @@ @@ -471,9 +471,9 @@