odoo/addons/web/static/src/js
Xavier Morel 30ba123a1f [IMP] partially fix group_by handling
* Don't just use the domain out of a FilterGroup as group_by keys in filters will overwrite one another
* Add dedicated get_groupby API returning an array of groups to evaluate

limitation: can't intersperse groupby from a different FilterGroup, that'll have to be fixed by ungrouping buttons

bzr revid: xmo@openerp.com-20120403120742-o3liksqaigsnxvb4
2012-04-03 14:07:42 +02:00
..
boot.js [IMP] initial module loading improvements 2011-12-27 20:44:05 +01:00
chrome.js [FIX] Do not show More menu button if unnecessary 2012-03-28 13:31:13 +02:00
core.js [MERGE] from trunk 2012-03-29 13:03:00 +02:00
data.js [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields 2012-03-14 12:10:14 +01:00
data_export.js [FIX] finish implementing xmo@openerp.com-20120116095337-ko0y6xha6oqx4vw1 for real 2012-01-17 09:58:12 +01:00
data_import.js [imp] renammed stop() 2012-02-21 17:29:12 +01:00
dates.js [imp] added doc 2012-01-26 16:29:11 +01:00
formats.js [FIX] render statusbar as selection in listview 2012-03-09 15:36:40 +01:00
search.js [IMP] partially fix group_by handling 2012-04-03 14:07:42 +02:00
view_editor.js [imp] renammed stop() 2012-02-21 17:29:12 +01:00
view_form.js [FIX] usage issue of py.eval: in py.js 0.4, it returns a JS object not a PY object, so .toJSON should not be called on the result 2012-03-27 17:13:57 +02:00
view_list.js [FIX] "Group" label in list view should be translatable 2012-03-05 19:45:16 +01:00
view_list_editable.js [imp] renammed stop() 2012-02-21 17:29:12 +01:00
view_page.js [FIX] usage issue of py.eval: in py.js 0.4, it returns a JS object not a PY object, so .toJSON should not be called on the result 2012-03-27 17:13:57 +02:00
view_tree.js [MERGE] bug fixes form 6.1 branch 2012-03-05 08:06:34 +01:00
views.js [FIX] usage issue of py.eval: in py.js 0.4, it returns a JS object not a PY object, so .toJSON should not be called on the result 2012-03-27 17:13:57 +02:00