diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/product_product.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_product.xml b/indoteknik_custom/views/product_product.xml index 8194f92c..52043025 100644 --- a/indoteknik_custom/views/product_product.xml +++ b/indoteknik_custom/views/product_product.xml @@ -9,6 +9,11 @@ <field name="qty_available" position="after"> <field name="outgoing_qty"/> <field name="incoming_qty"/> + <field name="qty_onhand_bandengan" optional="hide"/> + <field name="qty_incoming_bandengan" optional="hide"/> + <field name="qty_outgoing_bandengan" optional="hide"/> + <field name="qty_available_bandengan" optional="hide"/> + <field name="qty_free_bandengan" optional="hide"/> </field> </field> </record> |
