[IMP] account_financial_report: Show move_name in entry column from general ledger report
It is not necessary to repeat part of the text shown in Ref - Label column. TT42731
This commit is contained in:
committed by
chaule97
parent
8048c116ff
commit
14e3724cb4
@@ -312,7 +312,7 @@ class GeneralLedgerReport(models.AbstractModel):
|
||||
move_line_data = {
|
||||
"id": move_line["id"],
|
||||
"date": move_line["date"],
|
||||
"entry": move_line["move_id"][1],
|
||||
"entry": move_line["move_name"],
|
||||
"entry_id": move_line["move_id"][0],
|
||||
"journal_id": move_line["journal_id"][0],
|
||||
"account_id": move_line["account_id"][0],
|
||||
@@ -873,4 +873,5 @@ class GeneralLedgerReport(models.AbstractModel):
|
||||
"amount_currency",
|
||||
"balance",
|
||||
"tax_ids",
|
||||
"move_name",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user