Browse Source

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

pull/797/head
Jordi Ballester 3 years ago
parent
commit
b9c2ef5b86
  1. 2
      account_financial_report/report/trial_balance_xlsx.py

2
account_financial_report/report/trial_balance_xlsx.py

@ -149,7 +149,7 @@ class TrialBalanceXslx(models.AbstractModel):
[ [
_("Target moves filter"), _("Target moves filter"),
_("All posted entries") _("All posted entries")
if report.target_move == "all"
if report.target_move == "posted"
else _("All entries"), else _("All entries"),
], ],
[ [

Loading…
Cancel
Save