[IMP] account_financial_report: Add tax_line_id field to taxes column in general_ledger
TT38721
This commit is contained in:
committed by
chaule97
parent
1136d89256
commit
4f8823b290
@@ -305,6 +305,7 @@ class GeneralLedgerReport(models.AbstractModel):
|
||||
"ref": "" if not move_line["ref"] else move_line["ref"],
|
||||
"name": "" if not move_line["name"] else move_line["name"],
|
||||
"tax_ids": move_line["tax_ids"],
|
||||
"tax_line_id": move_line["tax_line_id"],
|
||||
"debit": move_line["debit"],
|
||||
"credit": move_line["credit"],
|
||||
"balance": move_line["balance"],
|
||||
@@ -462,6 +463,7 @@ class GeneralLedgerReport(models.AbstractModel):
|
||||
"currency_id",
|
||||
"full_reconcile_id",
|
||||
"tax_ids",
|
||||
"tax_line_id",
|
||||
"analytic_tag_ids",
|
||||
"amount_currency",
|
||||
"ref",
|
||||
@@ -716,6 +718,7 @@ class GeneralLedgerReport(models.AbstractModel):
|
||||
"rec_id": 0,
|
||||
"entry_id": False,
|
||||
"tax_ids": [],
|
||||
"tax_line_id": False,
|
||||
"full_reconcile_id": False,
|
||||
"id": False,
|
||||
"tag_ids": False,
|
||||
|
||||
Reference in New Issue
Block a user