openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24896
[Bug 1218271] Re: missing context in mrp_operations/mrp_operations.py (action_production_end)
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** 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/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