Skip to content
Snippets Groups Projects
Commit ebb56e8345e6 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Monthly statement: Move transaction date to first col

parent f53571b245b9
No related branches found
Tags 11.0.1.4.0
1 merge request!15Monthly statement: Move transaction date to first col
Pipeline #38867 passed
......@@ -174,6 +174,12 @@
# Columns below are based on <account.move.line>.
addCol(
header=_("Transaction Date"),
field="transaction_date",
width=30,
type="date",
)
addCol(
header=_("Invoice N°"),
computed=lambda line: (
line.invoice_id.number
......@@ -193,12 +199,6 @@
)
addCol(header=_("Billed Client"), field="partner_id.name", width=30)
addCol(
header=_("Transaction Date"),
field="transaction_date",
width=30,
type="date",
)
addCol(
header=_("Due Date"), field="date_maturity", width=30, type="date"
)
addCol(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment