odoo/addons/web/static/src/js
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
..
boot.js [MERGE] from trunk 2012-11-20 11:17:33 +01:00
chrome.js [MERGE] from trunk 2012-11-29 10:10:38 +01:00
corelib.js [MERGE] from trunk 2012-11-29 10:10:38 +01:00
coresetup.js [Merge] Merge the General section. 2012-11-23 11:11:40 +05:30
data.js [FIX] context evaluation in kanban resequencing 2012-11-28 16:10:44 +01:00
data_export.js [FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog 2012-11-20 10:50:42 +01:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [FIX] Listview does not handle base64 value for binary fields 2012-11-12 18:11:28 +01:00
pyeval.js [FIX] use py.js 0.7 API 2012-11-28 12:05:42 +01:00
search.js [FIX] searches with filters using "empty" domain/context values (but not attributes) 2012-11-29 12:24:13 +01:00
test_support.js [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then' 2012-10-30 15:06:30 +01:00
testing.js [MERGE] from trunk 2012-11-20 11:17:33 +01:00
view_form.js [MERGE] from trunk 2012-11-29 10:10:38 +01:00
view_list.js [FIX] disable sorting (column-click) in an editable listview being edited 2012-11-27 10:41:09 +01:00
view_list_editable.js [FIX] disable sorting (column-click) in an editable listview being edited 2012-11-27 10:41:09 +01:00
view_tree.js [REM] EVALPOCALYPSE PART 2: no more python-side eval 2012-11-26 15:05:25 +01:00
views.js [FIX] if an action descriptor is precisely ``false``, treat it as an ir_action_close ~/projects/tiny/web/current 2012-11-29 11:11:37 +01:00