diff --git a/account_financial_report/report/trial_balance_xlsx.py b/account_financial_report/report/trial_balance_xlsx.py index f1759ad8..525ab891 100644 --- a/account_financial_report/report/trial_balance_xlsx.py +++ b/account_financial_report/report/trial_balance_xlsx.py @@ -148,7 +148,7 @@ class TrialBalanceXslx(models.AbstractModel): [ _("Target moves filter"), _("All posted entries") - if report.target_move == "all" + if report.target_move == "posted" else _("All entries"), ], [