summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-11 13:39:13 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-11 13:39:13 +0700
commit1371df38b6818960e6e9520ae783f041694209d8 (patch)
tree01ac51459bf52bbbfd4b3f8605c904f4e3917031 /indoteknik_custom/views
parentb61d191e9d5663acb81338de133789fd0c43bdf0 (diff)
ongkos kirim po
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index 9ded8308..6bc97bbf 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -37,7 +37,10 @@
<field name="amount_total_without_service"/>
</field>
<field name="approval_status" position="after">
- <field name="revisi_po" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/>
+ <field name="revisi_po" invisible="1"/>
+ </field>
+ <field name="incoterm_id" position="after">
+ <field name="delivery_amt"/>
</field>
<field name="currency_id" position="after">
<field name="summary_qty_po"/>
@@ -45,6 +48,7 @@
<field name="payment_term_id" readonly="1"/>
</field>
<field name="amount_total" position="after">
+ <field name="grand_total"/>
<field name="total_margin"/>
<field name="total_so_margin"/>
<field name="total_percent_margin"/>