diff options
Diffstat (limited to 'fixco_custom/views/product_product.xml')
| -rwxr-xr-x | fixco_custom/views/product_product.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml index 6c468ba..08952b6 100755 --- a/fixco_custom/views/product_product.xml +++ b/fixco_custom/views/product_product.xml @@ -7,10 +7,12 @@ <field name="inherit_id" ref="product.product_normal_form_view"/> <field name="arch" type="xml"> <field name="categ_id" position="after"> + <field name="brand_id" /> <field name="qty_multiple" /> <field name="barcode_box" /> <field name="qty_pcs_box" /> <field name="qr_code_variant" widget="image" readonly="True"/> + <field name="product_public_category_id" attrs="{'required': [('brand_id', '=', 3)]}"/> </field> <field name="uom_po_id" position="after"> <field name="qty_multiple" /> |
