From 6fc73b237ad06748f5bc74151aa24580b20facae Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Sat, 12 Jun 2021 11:41:45 +0200 Subject: [PATCH] [account_financial_report][fix] display correct target_move in Trial Balance XLSX --- account_financial_report/__manifest__.py | 2 +- account_financial_report/report/trial_balance_xlsx.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 38935f5e..6730a316 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.3", + "version": "14.0.1.2.4", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," diff --git a/account_financial_report/report/trial_balance_xlsx.py b/account_financial_report/report/trial_balance_xlsx.py index a201690a..85d872b7 100644 --- a/account_financial_report/report/trial_balance_xlsx.py +++ b/account_financial_report/report/trial_balance_xlsx.py @@ -149,7 +149,7 @@ class TrialBalanceXslx(models.AbstractModel): [ _("Target moves filter"), _("All posted entries") - if report.target_move == "all" + if report.target_move == "posted" else _("All entries"), ], [