diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-12-22 14:31:37 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-12-22 14:31:37 +0700 |
| commit | c6dbde248d5a9c12f7e1f53ce4596f6b5611750a (patch) | |
| tree | d74e27ecb595d75f1e5e3e0abd5e87dc87d38ce7 /indoteknik_custom/views/sale_order.xml | |
| parent | 80afbdeecd286c990ddc80c277287df6c95f5ee8 (diff) | |
fix suggest po
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 5db2f1e1..18ae4c51 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -105,6 +105,9 @@ <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_id']" position="before"> <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"/> + </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> </xpath> |
