summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-01-24 16:06:32 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-01-24 16:06:32 +0700
commit90a388356693f34d259ba95c32d3a6ce11a95d77 (patch)
treea7edd1811734a9d0b0fe00aaae469136abe3c500 /indoteknik_custom/views
parentac4337e441fbd575ac8c0a5f43ae77b7e8fbc328 (diff)
add new field to account move
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/account_move.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index 449a048d..677a1d99 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -64,7 +64,8 @@
</field>
<field name="invoice_date_due" position="after">
<field name="new_due_date" optional="hide"/>
- <field name="invoice_day_to_due" attrs="{'invisible': [['payment_state', 'in', ('paid', 'in_payment', 'reversed')]]}"/>
+ <field name="invoice_day_to_due" attrs="{'invisible': [['payment_state', 'in', ('paid', 'in_payment', 'reversed')]]}" optional="hide"/>
+ <field name="new_invoice_day_to_due" attrs="{'invisible': [['payment_state', 'in', ('paid', 'in_payment', 'reversed')]]}" optional="hide"/>
<field name="mark_upload_efaktur" optional="hide" widget="badge"
decoration-danger="mark_upload_efaktur == 'belum_upload'"
decoration-success="mark_upload_efaktur == 'sudah_upload'" />