[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

@@ -6,7 +6,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Financial Reports",
"version": "14.0.1.2.3",
"version": "14.0.1.2.4",
"category": "Reporting",
"summary": "OCA Financial Reports",
"author": "Camptocamp SA,"

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