odoo/addons/base/static
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
..
lib [IMP] QWeb2 t-js now handles more than one child 2011-06-22 16:38:05 +02:00
src [IMP] rpc search_read and internal managment of DataSetSearch.read_slice to better handle pagination 2011-06-22 16:55:59 +02:00
test [IMP] a bunch of improvements to groups handling in list view 2011-05-24 16:00:55 +02:00