[FIX]sale:improved code
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Fri, 27 Apr 2012 06:20:03 +0000 (11:50 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Fri, 27 Apr 2012 06:20:03 +0000 (11:50 +0530)
bzr revid: tpa@tinyerp.com-20120427062003-whk674fro6st1vas

addons/sale/stock_view.xml

index 578a6fb..a419843 100644 (file)
@@ -19,7 +19,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="sale_line_id" colspan="2"/>
                 </xpath>
             </field>