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

This commit is contained in:
Jordi Ballester
2021-06-12 11:41:45 +02:00
committed by chaule97
parent 0b1044d039
commit 6fc73b237a
2 changed files with 2 additions and 2 deletions

View File

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