[account_financial_report][fix] display correct target_move in Trial Balance XLSX
This commit is contained in:
committed by
chaule97
parent
0b1044d039
commit
6fc73b237a
@@ -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"),
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user