diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-08-05 11:24:34 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-08-05 11:24:34 +0700 |
| commit | eb91fb8b9cf3ebc68f6c609acbc85015ce902cab (patch) | |
| tree | e5e3fcaee4dadc01e473b396005f11dd371a59a6 /indoteknik_custom/views | |
| parent | 519c18161bf658853908ddf7216aab504ac4c743 (diff) | |
add payment date on invoices
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 9b1c791b..23f2d931 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -29,6 +29,7 @@ </field> <field name="payment_reference" position="after"> <field name="date_completed" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/> + <field name="payment_date" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/> <field name="reklas_id" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/> </field> <field name="invoice_date" position="after"> |
