odoo/addons/web/static/src/js
Xavier Morel 64538c181e [FIX] domain and context generation on m2o fields
by default, an m2o field should behave like a charfield (== use its
textual value), but if the domain is fully default (no filter_domain
and no custom operator) and the user explicitly selected an object
(which is the only thing he can do at this point in the new search
view), then we can generate a domain matching exactly the stored id.

bzr revid: xmo@openerp.com-20120503163709-odlnib513h3f84v6
2012-05-03 18:37:09 +02:00
..
boot.js bye bye page view2 2012-04-09 22:55:51 +02:00
chrome.js [REM] homepage support, trigger first menu item instead 2012-04-19 23:53:44 +02:00
corelib.js [imp] Changed some names to improve framework comprehension 2012-04-19 15:43:41 +02:00
coresetup.js [imp] refactored coresetup.js 2012-04-17 13:53:56 +02:00
data.js [MERGE] from trunk 2012-04-19 10:12:13 +02:00
data_export.js [imp] refactored data_export.js 2012-04-17 13:56:37 +02:00
data_import.js [imp] refactored data_import.js 2012-04-17 13:57:26 +02:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [fix] problem with format and parse 2012-04-18 16:50:03 +02:00
search.js [FIX] domain and context generation on m2o fields 2012-05-03 18:37:09 +02:00
test_support.js [ADD] nonliterals in dataset tests 2012-02-27 09:51:28 +01:00
view_editor.js [MRG] merge with main branch. 2012-04-18 12:11:56 +05:30
view_form.js [fix] some other bug in references in read only mode 2012-04-20 11:40:34 +02:00
view_list.js [MERGE] Merged web-side branch of feature allowing to use 'fonts=bold:expression' in list views. This comes with a server branch to add the 'fonts' attribute in RNG, and an addon branch using this feature with the need_action mechanism. 2012-04-19 13:45:57 +02:00
view_list_editable.js [fix] problem in editable lists: could not edit an existing row 2012-04-19 17:55:14 +02:00
view_tree.js [imp] remaining of refactoring 2012-04-17 14:15:59 +02:00
views.js [FIX] dataset internal context, domain state on search event, broken by model-based datasets 2012-04-23 11:02:32 +02:00