summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/approval_payment_term.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/approval_payment_term.xml b/indoteknik_custom/views/approval_payment_term.xml
index ca3ce02d..e785b72a 100644
--- a/indoteknik_custom/views/approval_payment_term.xml
+++ b/indoteknik_custom/views/approval_payment_term.xml
@@ -17,6 +17,7 @@
<field name="create_uid" optional="hide"/>
<field name="sale_order_ids" optional="hide" widget="many2many_tags"/>
<field name="total" optional="hide"/>
+ <field name="grand_total" optional="hide"/>
<field name="state" widget="badge" decoration-danger="state == 'rejected'"
decoration-success="state == 'approved'"
decoration-info="state == 'waiting_approval'"/>
@@ -64,6 +65,7 @@
<field name="approve_leader" readonly="1"/>
<field name="sale_order_ids" widget="many2many_tags"/>
<field name="total"/>
+ <field name="grand_total"/>
</group>
</group>
</sheet>