diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index fb85f4c1..eb5267e0 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -46,10 +46,8 @@ <field name="line_no" attrs="{'readonly': 1}"/> </field> <field name="product_qty" position="before"> - <field name="qty_onhand"/> - <field name="qty_incoming"/> - <field name="qty_outgoing"/> - <field name="qty_available"/> + <field name="qty_available_store"/> + <field name="suggest"/> </field> <page name="purchase_delivery_invoice" position="after"> <page name="purchase_vendor_bills" string="Vendor Bills" groups="indoteknik_custom.technical_administrator"> |
