← Back to team overview

openerp-india team mailing list archive

[Bug 1003948] Re: sale_margin.py has a bad "super()" calls

 

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-
bug-1003948-amp

-- 
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