diff options
| -rw-r--r-- | indoteknik_custom/views/product_product.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_product.xml b/indoteknik_custom/views/product_product.xml index 52043025..c06cc5f1 100644 --- a/indoteknik_custom/views/product_product.xml +++ b/indoteknik_custom/views/product_product.xml @@ -9,6 +9,8 @@ <field name="qty_available" position="after"> <field name="outgoing_qty"/> <field name="incoming_qty"/> + </field> + <field name="virtual_available" position="after"> <field name="qty_onhand_bandengan" optional="hide"/> <field name="qty_incoming_bandengan" optional="hide"/> <field name="qty_outgoing_bandengan" optional="hide"/> |
