← Back to team overview

openerp-india team mailing list archive

[Bug 1218271] Re: missing context in mrp_operations/mrp_operations.py (action_production_end)

 

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-
bug-1218271-dja

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

Title:
  missing context in mrp_operations/mrp_operations.py
  (action_production_end)

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  In mrp_operations/mrp_operations.py ->mrp_production.action_production_end() is the context missing.
  Definition of this method in module mrp/mrp.py is
  def action_production_end(self, cr, uid, ids, context=None):

  also should it be in mrp_operations/mrp_operations.py
  227 def action_production_end(self, cr, uid, ids, context=None):
  235 return super(mrp_production,self).action_production_end(cr, uid, ids, context)

  Seen in Trunk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1218271/+subscriptions


References