openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24717
[Bug 1214801] Re: stock: wrong use of form/tree_view_ref in context
** Branch linked: lp:~camptocamp/openobject-addons/7.0-fix-
form_ref_context_lp1214801-afe
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1214801
Title:
stock: wrong use of form/tree_view_ref in context
Status in OpenERP Addons (modules):
New
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'}
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1214801/+subscriptions
References