← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 651999] Re: Regression: many2one search operator 'in'

 

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

-- 
Regression: many2one search operator 'in'
https://bugs.launchpad.net/bugs/651999
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Fix Released
Status in OpenObject Server 5.0 series: Fix Committed
Status in OpenObject Server trunk series: Fix Released

Bug description:
Performing a search an a many2one field with operator 'in' and an empty list returns all record.

Example:
self.pool.get('account.move.line').search(cr, uid, [('move_id','in',[])]) 
=> returns all account.move.line
=> it MUST return a empty list