diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-22 14:48:01 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-22 14:48:01 +0700 |
| commit | 6850fd6f86a0fbba3156e59f9ac5836052f019ce (patch) | |
| tree | 2263d3ae64518ed8ae4cb2b2f802772cde1db458 /indoteknik_custom/views/sale_order.xml | |
| parent | ff33c441cd031b47bcc381f1163633cf6e8586d0 (diff) | |
master data commision % and reserved from by forcasted
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 3 |
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> |
