diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-01-23 14:18:44 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-01-23 14:18:44 +0700 |
| commit | fcc5103a5cc1816fade1a59ae8852e387a744553 (patch) | |
| tree | 9daa5a8744bf4db426d80785e458dd63bf13d925 /indoteknik_custom/views | |
| parent | 3ba2dce46cb057125ff6ca2f54d8fbeae0af375c (diff) | |
add qty bandengan in product variant menu inventory
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> |
