diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-09 10:58:07 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-09 10:58:07 +0700 |
| commit | f12beff2f1e4da1244e7a8e014e73e5e5023aa9d (patch) | |
| tree | d8787db1de0b4c717f2e73eb0087ceac5d1861f8 /fixco_custom/views/product_product.xml | |
| parent | e46be164dc1e419cdbfd0c0cf587fadc63beef3e (diff) | |
multiple qty
Diffstat (limited to 'fixco_custom/views/product_product.xml')
| -rwxr-xr-x | fixco_custom/views/product_product.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml index 7842909..6c468ba 100755 --- a/fixco_custom/views/product_product.xml +++ b/fixco_custom/views/product_product.xml @@ -7,10 +7,14 @@ <field name="inherit_id" ref="product.product_normal_form_view"/> <field name="arch" type="xml"> <field name="categ_id" position="after"> + <field name="qty_multiple" /> <field name="barcode_box" /> <field name="qty_pcs_box" /> <field name="qr_code_variant" widget="image" readonly="True"/> </field> + <field name="uom_po_id" position="after"> + <field name="qty_multiple" /> + </field> <notebook position="inside"> <page string="Bundling"> <field name="bundling_line_ids"/> |
