summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-01-23 14:18:44 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-01-23 14:18:44 +0700
commitfcc5103a5cc1816fade1a59ae8852e387a744553 (patch)
tree9daa5a8744bf4db426d80785e458dd63bf13d925 /indoteknik_custom/views
parent3ba2dce46cb057125ff6ca2f54d8fbeae0af375c (diff)
add qty bandengan in product variant menu inventory
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/product_product.xml5
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>