Browse Source

Merge PR #796 into 13.0

Signed-off-by JordiBForgeFlow
pull/799/head
OCA-git-bot 3 years ago
parent
commit
9c42ad55a6
  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