summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/sale_order.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-02-22 14:48:01 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-02-22 14:48:01 +0700
commit6850fd6f86a0fbba3156e59f9ac5836052f019ce (patch)
tree2263d3ae64518ed8ae4cb2b2f802772cde1db458 /indoteknik_custom/views/sale_order.xml
parentff33c441cd031b47bcc381f1163633cf6e8586d0 (diff)
master data commision % and reserved from by forcasted
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 4c4ac281..bff2fe33 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -109,7 +109,8 @@
<field name="line_no" readonly="1" optional="hide"/>
</xpath>
<xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='qty_delivered']" position="before">
- <field name="qty_reserved" readonly="1"/>
+ <field name="qty_reserved" invisible="1"/>
+ <field name="reserved_from" readonly="1" optional="hide"/>
</xpath>
<xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_id']" position="attributes">
<attribute name="options">{'no_create': True}</attribute>