stock: wrong use of form/tree_view_ref in context

Bug #1214801 reported by Alexandre Fayolle - camptocamp
30
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP R&D Addons Team 2

Bug Description

in stock_view.xml the following views:

* view_picking_form
* view_picking_out_form
* view_picking_in_form

display the move lines using a context containing :

{'form_view_ref':'view_move_picking_form', 'tree_view_ref':'view_move_picking_tree'}

This is incorrect (cf lp:1214799) and must be replaced with

{'form_view_ref':'stock.view_move_picking_form', 'tree_view_ref':'stock.view_move_picking_tree'}

Related branches

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → Low
milestone: none → 7.0
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.