From b9c2ef5b8678a9cdb32b0f42d03f6e601b3e4ece 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/report/trial_balance_xlsx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report/report/trial_balance_xlsx.py b/account_financial_report/report/trial_balance_xlsx.py index c61424d4..75d5d709 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"), ], [