diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-01-23 14:42:30 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-01-23 14:42:30 +0700 |
| commit | ac648884d21560f5cc32ad432121b05e6758d708 (patch) | |
| tree | 257f74ca6ae001f15bcd5d84442f99e96b42d37a | |
| parent | fcc5103a5cc1816fade1a59ae8852e387a744553 (diff) | |
change column sequence in product variant
| -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"/> |
