Merge branch 'new/12.0/product_variant_so_always' into 12.0-test

This commit is contained in:
Jared Kipe
2019-07-26 10:44:50 -07:00

View File

@@ -6,7 +6,7 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='attribute_line_ids']" position="before">
<xpath expr="//page[@name='variants']/field[@name='attribute_line_ids']" position="before">
<group>
<field name="always_variant_on_so"/>
</group>