summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-09 10:59:59 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-09 10:59:59 +0700
commitfb838e1d3ede81cbe12d82579165eb0f2bf6e932 (patch)
tree70be082909ecbac2c8045f6191fdfeb36d114a57
parent7cf4a10aa25c1f358b57d01ebf4efdbbcdd7b6a9 (diff)
fix bug
-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 9b4cdb60..0a3b4409 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_id" optional="hide"/>
+ <field name="sale_order_ids" optional="hide"/>
<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_id"/>
+ <field name="sale_order_ids"/>
<field name="total"/>
</group>
</group>