missing context in mrp_operations/mrp_operations.py (action_production_end)

Bug #1218271 reported by M. Harenz
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP R&D Addons Team 2

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.

Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → Low
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.