[Fix] purchase: fix the view of picking

bzr revid: sbh@tinyerp.com-20100831072645-osduz2easgj84izb
This commit is contained in:
sbh (Open ERP) 2010-08-31 12:56:45 +05:30
parent 7a5ffe115d
commit 0f805c7bf1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<field name="active" position="after">
<field name="auto_picking" position="after">
<field name="purchase_id"/>
</field>
</field>