FIX product_variant_so_always Checkbox placement displayed in the wrong location on deployment.

This commit is contained in:
Jared Kipe
2019-07-26 10:44:33 -07:00
committed by Connor Christian
parent 5fe32edd5c
commit 0b30a958a2

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>