Change xpath template form view to usuability with other modules

This commit is contained in:
Raimon Esteve 2016-09-30 17:36:01 +02:00
parent 9cc1604e00
commit 3d0dc9f4ec
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='general']/field[@name='products']"
position="before">
<xpath expr="/form/notebook/page[@id='general']/field[@name='cost_price_method']"
position="after">
<label name="brand"/>
<field name="brand"/>
</xpath>