diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-12-15 08:34:03 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-12-15 08:34:03 +0700 |
| commit | 1829416edc7b2a8f6ab82cc8a0f7cdd0d07f2fbe (patch) | |
| tree | bdcf014fa1b8070f9d4f31b38b938d2d1c94eeaa /indoteknik_custom/views | |
| parent | 035dfcb4aa9d2a0a18906f62c57e8571b9e8ddd8 (diff) | |
mark upload efaktur & validate email sale order
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index b0a206bf..973bfc01 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -56,6 +56,9 @@ </field> <field name="invoice_date_due" position="after"> <field name="invoice_day_to_due" attrs="{'invisible': [['payment_state', 'in', ('paid', 'in_payment', 'reversed')]]}"/> + <field name="mark_upload_efaktur" widget="badge" + decoration-danger="mark_upload_efaktur == 'belum_upload'" + decoration-success="mark_upload_efaktur == 'sudah_upload'" /> <field name="due_extension" optional="hide"/> </field> <field name="payment_state" position="after"> |
