[FIX]fix inherit error on stock route form view

bzr revid: csn@openerp.com-20130910120636-4jlx1nlqhdfqlhsx
This commit is contained in:
Cedric Snauwaert 2013-09-10 14:06:36 +02:00
parent da670650a5
commit 83f30b55dc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<record id="stock_location_route_form_view_inherit" model="ir.ui.view">
<field name="name">stock.location.route.form</field>
<field name="inherit_id" ref="stock.stock_location_route_form_view"/>
<field name="inherit_id" ref="stock_location.stock_location_route_form_view_inherit"/>
<field name="model">stock.location.route</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='warehouse_selectable']" position="after">