[account_financial_report][fix] display correct target_move in Trial Balance XLSX
This commit is contained in:
committed by
chaule97
parent
0b1044d039
commit
6fc73b237a
@@ -6,7 +6,7 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
{
|
{
|
||||||
"name": "Account Financial Reports",
|
"name": "Account Financial Reports",
|
||||||
"version": "14.0.1.2.3",
|
"version": "14.0.1.2.4",
|
||||||
"category": "Reporting",
|
"category": "Reporting",
|
||||||
"summary": "OCA Financial Reports",
|
"summary": "OCA Financial Reports",
|
||||||
"author": "Camptocamp SA,"
|
"author": "Camptocamp SA,"
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ class TrialBalanceXslx(models.AbstractModel):
|
|||||||
[
|
[
|
||||||
_("Target moves filter"),
|
_("Target moves filter"),
|
||||||
_("All posted entries")
|
_("All posted entries")
|
||||||
if report.target_move == "all"
|
if report.target_move == "posted"
|
||||||
else _("All entries"),
|
else _("All entries"),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user