openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11818
[Bug 1003948] Re: sale_margin.py has a bad "super()" calls
** 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 3 (openerp-dev-addons3)
--
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):
Confirmed
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