openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24718
[Bug 1214801] Re: stock: wrong use of form/tree_view_ref in context
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Milestone: None => 7.0
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)
--
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):
Confirmed
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