summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-09 11:07:11 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-09 11:07:11 +0700
commit3537b1a2c0cea81db9c8d09656fa638745579752 (patch)
treeb8dd7128bef45c7fce4fd3eb9903336a0b0bb89d
parent9e5466f19dbbcad7216a3845dbd9515dde2291fb (diff)
push
-rw-r--r--indoteknik_custom/views/approval_payment_term.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/approval_payment_term.xml b/indoteknik_custom/views/approval_payment_term.xml
index 5027c416..ca3ce02d 100644
--- a/indoteknik_custom/views/approval_payment_term.xml
+++ b/indoteknik_custom/views/approval_payment_term.xml
@@ -15,7 +15,7 @@
<field name="approve_leader" optional="hide"/>
<field name="create_date" optional="hide"/>
<field name="create_uid" optional="hide"/>
- <field name="sale_order_ids" optional="hide"/>
+ <field name="sale_order_ids" optional="hide" widget="many2many_tags"/>
<field name="total" optional="hide"/>
<field name="state" widget="badge" decoration-danger="state == 'rejected'"
decoration-success="state == 'approved'"
@@ -62,7 +62,7 @@
<field name="approve_sales_manager" readonly="1"/>
<field name="approve_finance" readonly="1"/>
<field name="approve_leader" readonly="1"/>
- <field name="sale_order_ids"/>
+ <field name="sale_order_ids" widget="many2many_tags"/>
<field name="total"/>
</group>
</group>