[FIX] purchase: improved code

bzr revid: tpa@tinyerp.com-20120427070921-jwr0ruao8kuj3oz1
This commit is contained in:
Turkesh Patel (Open ERP) 2012-04-27 12:39:21 +05:30
parent fc1827cdd5
commit 668a212dda
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="stock.view_move_form"/>
<field name="arch" type="xml">
<xpath expr="/form/group/field[@name='tracking_id']" position="before">
<xpath expr="/form/sheet/group/field[@name='tracking_id']" position="before">
<field name="purchase_line_id" colspan="2" />
</xpath>
</field>