[FIX] fix product view with variant

This commit is contained in:
Sébastien BEAU
2017-01-31 15:41:40 +01:00
parent e71ad5f952
commit 2d392ce465

View File

@@ -8,7 +8,7 @@
<field name="priority" eval="64"/>
<field name="arch" type="xml">
<field name="attribute_line_ids" position="after">
<field name="product_variant_ids" nolabel="1" domain="['|', ('active', '=', False), ('active', '=', True)]">
<field name="product_variant_ids" nolabel="1" domain="['|', ('active', '=', False), ('active', '=', True)]" required="0">
<tree create="0">
<field name="default_code"/>
<field name="attribute_value_ids" widget="many2many_tags"/>