odoo/addons/web/static
Xavier Morel fe3d493cc8 [FIX] searches with filters using "empty" domain/context values (but not attributes)
e.g. @domain="[]" would be seen as non-empty by the search view, and
if multiple domains the search view would generate a nonliteral
``['|', '[]', '[]]`` which would just yield ``['|']`` after evaluation
and concatenation, which is an invalid domain and would blow up the
server.

Specifically filter out the values ``[]`` and ``{}`` from filters

bzr revid: xmo@openerp.com-20121129112413-yrgncnesqs093jwf
2012-11-29 12:24:13 +01:00
..
lib [MERGE] from trunk 2012-11-29 10:10:38 +01:00
src [FIX] searches with filters using "empty" domain/context values (but not attributes) 2012-11-29 12:24:13 +01:00
test [FIX] searches with filters using "empty" domain/context values (but not attributes) 2012-11-29 12:24:13 +01:00