odoo/addons/base/static/src/js
Xavier Morel 1e0fc68cad [IMP] rpc search_read and internal managment of DataSetSearch.read_slice to better handle pagination
* /base/dataset/search_read now returns a dict of {ids, records} where ids are *not* paginated and is an ordered sequence of all the ids matching the unpaginated search criteria (domain, context, sort)
    records is the old toplevel result: an ordered, paginated sequence of the records read (with fields correctly selected and everything)
* Removed context param to search_read since context comes from request object

bzr revid: xmo@openerp.com-20110622145559-3r2jszyddvbsz3hq
2011-06-22 16:55:59 +02:00
..
base.js [FIX] re-add editable list activation, broken during mobile client merge 2011-06-16 09:44:59 +02:00
chrome.js [IMP] Improved CrashManager 2011-06-22 16:57:57 +02:00
data.js [IMP] rpc search_read and internal managment of DataSetSearch.read_slice to better handle pagination 2011-06-22 16:55:59 +02:00
dates.js [FIX] fixed dates.js 2011-05-12 16:38:35 +02:00
form.js [FIX] Form view does not send back untouched fields with default value when saving record 2011-06-22 17:59:43 +02:00
list-editable.js [FIX] When using return on an action button, triggers both click and keyup, so we have to disable keyup as well on buttons in editable list, or it gets forwarded to the list itself (and executes action + double saves) 2011-06-21 17:57:05 +02:00
list.js [imp] added unlink to dataset and list_view (currently just reloads the whole list) 2011-06-22 16:49:16 +02:00
search.js [imp] small improvement to advanced filters 2011-06-21 16:11:07 +02:00
tree.js [FIX] Fixed tree variable declaration 2011-05-23 16:46:40 +02:00
views.js [IMP] In ViewManager, do not instanciate search view when action.search_view == false 2011-06-22 15:43:20 +02:00