Ident product form view

This commit is contained in:
resteve 2015-06-05 10:12:27 +02:00
parent d60747d813
commit b20b808bba
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='active']" position="after">
<label name="name"/>
<field name="name"/>
<xpath expr="/form/field[@name='active']" position="after">
<label name="name"/>
<field name="name"/>
<field name="variant_unique_name" invisible="1"/>
</xpath>
</xpath>
</data>