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

pull/796/head
Jordi Ballester 2021-06-12 11:41:45 +02:00
parent 2d5fccf57e
commit 20d6b67ce3
1 changed files with 1 additions and 1 deletions

View File

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