Domains like [(field,'in',[])] or [(field,'not in',[])] do not work properly
Bug #504584 reported by
David Janssens
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The "not in" domain operator doesnt work properly in openobject server v5.
More specifically, when you make a query like [('id','not in',[])], it returns nothing. (it should instead return all ids of course, since the query is equivalent to True)
Related branches
Changed in openobject-server: | |
status: | New → Confirmed |
To post a comment you must log in.
Thank you for reporting.
It has been fixed by revision 1926 <email address hidden>.