commit
9c42ad55a6
|
@ -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…
Reference in New Issue