[FIX] stock: force form_view_ref to False in context of actions track_line and scrap_move to avoid context propagation of stock picking views

bzr revid: dle@openerp.com-20140320110741-pg8se5c02p87yi1y
This commit is contained in:
Denis Ledoux 2014-03-20 12:07:41 +01:00
parent 42518c339a
commit 287aae3942
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="context">{'form_view_ref': False}</field>
</record>
<record id="view_split_in_lots" model="ir.ui.view">
@ -124,6 +125,7 @@
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="context">{'form_view_ref': False}</field>
</record>
</data>