[MIGR] Fix base import view + mesage to user in base_completion

This commit is contained in:
Joel Grand-Guillaume
2012-12-18 21:38:21 +01:00
parent 64c68c7b05
commit a6e3ed40be
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
<field eval="20" name="priority"/>
<field name="arch" type="xml">
<data>
<xpath expr="/form/notebook/page/field[@name='line_ids']/form/field[@name='label']" position="after">
<xpath expr="/form/sheet/notebook/page/field[@name='line_ids']/form/group/field[@name='label']" position="after">
<field name="commission_amount" />
</xpath>
</data>