Browse Source

Merge PR #797 into 14.0

Signed-off-by pedrobaeza
pull/798/head
OCA-git-bot 3 years ago
parent
commit
7695b836e1
  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"),
_("All posted entries")
if report.target_move == "all"
if report.target_move == "posted"
else _("All entries"),
],
[

Loading…
Cancel
Save