summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-09 08:58:47 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-09 08:58:47 +0700
commit3df2346732b38eb47accfb07d3dfb0feaab65854 (patch)
tree604ff5f1badc65cd5e5c6079b0f283760fb9ad67 /indoteknik_custom/views
parent1a3b0976b06543a9b107897a906dc50a8bf9c3d2 (diff)
cr approval payment terms
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/approval_payment_term.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/approval_payment_term.xml b/indoteknik_custom/views/approval_payment_term.xml
index 44bd99f8..008582f5 100644
--- a/indoteknik_custom/views/approval_payment_term.xml
+++ b/indoteknik_custom/views/approval_payment_term.xml
@@ -13,7 +13,13 @@
<field name="approve_sales_manager" optional="hide"/>
<field name="approve_finance" optional="hide"/>
<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="total" optional="hide"/>
+ <field name="state" widget="badge" decoration-danger="state == 'rejected'"
+ decoration-success="state == 'approved'"
+ decoration-info="state == 'waiting_approval'"/>
</tree>
</field>
</record>
@@ -56,6 +62,8 @@
<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="total"/>
</group>
</group>
</sheet>