diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-12-15 08:52:02 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-12-15 08:52:02 +0700 |
| commit | cd2844a0ed01d85c0a5f917ea611e787a664ce7e (patch) | |
| tree | ced06a637dbd4af1bc696096214886cbaaffe680 | |
| parent | 1829416edc7b2a8f6ab82cc8a0f7cdd0d07f2fbe (diff) | |
add optional hide on field mark_upload_efaktur
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 973bfc01..7995b83b 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -56,7 +56,7 @@ </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" + <field name="mark_upload_efaktur" optional="hide" widget="badge" decoration-danger="mark_upload_efaktur == 'belum_upload'" decoration-success="mark_upload_efaktur == 'sudah_upload'" /> <field name="due_extension" optional="hide"/> |
