summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-09-26 14:54:35 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-09-26 14:54:35 +0700
commit3de421c1b8b21c56399c46f85c9d395023c68617 (patch)
tree8d94b75707d6f8e316aed91785f394a9cd080f99 /indoteknik_custom/views
parent51f50fd417b6745872724bcc98737ea1df2c413f (diff)
<Miqdad> add payment term in Due extension
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/account_move_views.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml
index 7c1f8913..08b93f1f 100644
--- a/indoteknik_custom/views/account_move_views.xml
+++ b/indoteknik_custom/views/account_move_views.xml
@@ -66,7 +66,8 @@
<group>
<group>
<field name="partner_id" readonly="1"/>
- <field name="day_extension" attrs="{'readonly': [('is_approve', '=', True)]}"/>
+ <field name="payment_term"/>
+ <field name="day_extension" attrs="{'readonly': [('is_approve', '=', True)]}"/>
<field name="order_id" readonly="1"/>
<field name="amount_total" readonly="1"/>
</group>