diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-24 14:52:19 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-24 14:52:19 +0700 |
| commit | ac4337e441fbd575ac8c0a5f43ae77b7e8fbc328 (patch) | |
| tree | 8e061e066fe5ae78d60adaa85462219531760e66 | |
| parent | 965b9ef647f582664c8fe4d85831faca33642468 (diff) | |
add optional hide
| -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 126a7a69..449a048d 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -63,7 +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="new_due_date" optional="hide"/> <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'" |
