Browse Source

[account_financial_report][fix] display correct target_move in Trial Balance XLSX

pull/796/head
Jordi Ballester 3 years ago
parent
commit
20d6b67ce3
  1. 2
      account_financial_report/report/trial_balance_xlsx.py

2
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"),
],
[

Loading…
Cancel
Save