From f41e8a6bc28db48e25b16339474f3600149e7fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 26 Oct 2022 16:42:41 +0200 Subject: [PATCH] [FIX] account_financial_report: Don't show cancelled items when clicking on interactive cells TT39954 --- account_financial_report/__manifest__.py | 2 +- .../report/templates/trial_balance.xml | 93 +++++++++++++++---- 2 files changed, 75 insertions(+), 20 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index f95ea4fe..055c986a 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": "15.0.2.0.0", + "version": "15.0.2.0.1", "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 f54e2142..acc45e09 100644 --- a/account_financial_report/report/templates/trial_balance.xml +++ b/account_financial_report/report/templates/trial_balance.xml @@ -230,6 +230,16 @@