[FIX] General ledger XLSX: solved mistake in the info

This commit is contained in:
Joan Sisquella
2020-09-04 09:54:26 +02:00
committed by chaule97
parent e8cdafc8d0
commit fda4a2a169
20 changed files with 257 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ class GeneralLedgerXslx(models.AbstractModel):
[
_("Target moves filter"),
_("All posted entries")
if report.target_move == "all"
if report.target_move == "posted"
else _("All entries"),
],
[