← Back to team overview

openerp-india team mailing list archive

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

 

Hello,

This issue has been committed on lp:~openerp-dev/openobject-addons
/trunk-bug-1003948-amp branch with rev no  6845 and rev id :
amp@xxxxxxxxxxx-20120525064709-a918ieuh4zb298zo.

It will merge with trunk soon.

Thanks for reporting!

** Changed in: openobject-addons
       Status: Confirmed => Fix Committed

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

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