← Back to team overview

openerp-india team mailing list archive

[Bug 956234] Re: Code error: schedulers.py order kwarg in read method

 

I just checked for the cursor not closed, a "finally" is missing.

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

Title:
  Code error: schedulers.py order kwarg in read method

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello,

  At line 270 of schedulers.py in procurement addons:
  http://bazaar.launchpad.net/~openerp/openobject-addons/6.1/view/head:/procurement/schedulers.py#270

  you'll see that the read method is called with an extra keyword
  argument "order" which is not in the read signature.

  This stops the schedulers and it also seems that the cursor doesn't
  close properly when this happens.

  Thanks
  best regards 
  Guewen

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/956234/+subscriptions


References