Hi,

FYI branch related to this bug report has been rejected - because the
corresponding fix has *already landed* on stable v6.1 server branch
(revid: [email protected]).

Regards,
Xavier

** Changed in: openobject-server
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/962229

Title:
  [6.1][ir_attachement] _search method should work with count option

Status in OpenERP Server:
  Fix Released

Bug description:
  In ir_attachement.py line 57: 
  In the override method _search, if the option count is True, the method 
_search return an number of ids instead of ids.
  In this case the method should return this number directly without trying to 
read the attachements.

  So I propose to move up : 
  if count:
      return ids
  As I submit in the attachement of the bug

  Best regards,

  BenoƮt

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

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to