[FIX] purchase: fixed error in view inheritance with xpath (the parent view changed)

bzr revid: qdp-launchpad@openerp.com-20120510100626-ggtlkqu1g48804df
This commit is contained in:
Quentin (OpenERP) 2012-05-10 12:06:26 +02:00
parent ea8e8eaeaf
commit 925b6baf83
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@
<field name="name">Incoming Picking Inherited</field>
<field name="model">stock.picking.in</field>
<field name="type">form</field>
<field name="inherit_id" ref="stock.view_picking_in_form"/>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page/field[@name='date']" position="before">
<xpath expr="/form/sheet/group/group/field[@name='date']" position="before">
<field name="purchase_id"/>
</xpath>
</field>