← Back to team overview

openerp-india team mailing list archive

[Bug 1214801] [NEW] stock: wrong use of form/tree_view_ref in context

 

Public bug reported:

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'}

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References