Fix sale_id on stock.picking.out view

View inheritance is on the wrong model after model change of stock.picking.
Here we just fix the model.
This commit is contained in:
Yannick Vaucher 2014-06-19 14:10:24 +02:00
parent cdf87a2063
commit 2542992c24
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<record id="stock_picking_out_inherit_sale" model="ir.ui.view">
<field name="name">Outgoing picking Inherited</field>
<field name="model">stock.picking</field>
<field name="model">stock.picking.out</field>
<field name="inherit_id" ref="stock.view_picking_out_form"/>
<field name="arch" type="xml">
<field name="move_type" position="after">