openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15443
[Bug 1003948] Re: sale_margin.py has a bad "super()" calls
Fixed on Rev no 7392.
Thanks!
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/1003948
Title:
sale_margin.py has a bad "super()" calls
Status in OpenERP Addons (modules):
Fix Released
Bug description:
OpenERP version 6.1.1
File: openerp/addons/sale_margin/sale_margin.py
Line 73:
return super(self,sale_order)._get_order(cr, uid, ids, context=context)
I guess it has to be following:
return super(sale_order,self)._get_order(cr, uid, ids,
context=context)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1003948/+subscriptions
References