diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-24 11:26:14 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-24 11:26:14 +0700 |
| commit | abcb1dbdfd8f5443f6f331aeee1ab5f66c04670f (patch) | |
| tree | 3d78cd71c52f77b48d2e994e91e5e709fbf5039c | |
| parent | 2781fdc5b7ce06ef1a68258b96956856bae18519 (diff) | |
add new due date to tree invoice
| -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 ddd266bb..126a7a69 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -63,6 +63,7 @@ <attribute name="decoration-danger">invoice_day_to_due < 0</attribute> </field> <field name="invoice_date_due" position="after"> + <field name="new_due_date"/> <field name="invoice_day_to_due" attrs="{'invisible': [['payment_state', 'in', ('paid', 'in_payment', 'reversed')]]}"/> <field name="mark_upload_efaktur" optional="hide" widget="badge" decoration-danger="mark_upload_efaktur == 'belum_upload'" |
