** Branch linked: lp:~akretion-team/openobject-addons/addons-70-fix- bug-1220135
-- 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/1220135 Title: mrp_byproduct: missing context in the inherit of action_confirm() Status in OpenERP Community Backports (Addons): New Status in OpenERP Addons (modules): New Bug description: The bug is present in addons-70 (revno 9407) and in addons-trunk (revno 8876), and certainly in older versions too. In the file mrp/mrp.py, on the object mrp.production, the fonction action_confirm has the following prototype : def action_confirm(self, cr, uid, ids, context=None): In the file mrp_byproduct/mrp_byproduct.py, this function is inherited, but the context argument is missing, cf line 85 : def action_confirm(self, cr, uid, ids): To manage notifications about this bug go to: https://bugs.launchpad.net/ocb-addons/+bug/1220135/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

