odoo/addons/web/static/src/js
Xavier Morel 194cc51b22 [FIX] only aggregate columns explicitly asking for aggregation ~/projects/tiny/web/current
Instead of relying only on the column's group_operator, ensure the
view itself asks for the aggregation function (by checking if the
corresponding field attribute is set).

If the @group_operator function is not set on the field (even without
a label, it just has to be *there* so `<field sum=""/>` would work),
do not aggregate the column at all.

bzr revid: xmo@openerp.com-20111114081853-a9ja0zdaxk2261nd
2011-11-14 09:18:53 +01:00
..
boot.js [ADD] Added <instance>.log() ( -> console.log() in debug mode) 2011-11-09 15:59:02 +01:00
chrome.js [FIX] quickfix of dialogs broken by commit 1422 2011-11-09 16:04:39 +01:00
core.js [fix] problem in form open popup a form select create popup 2011-11-10 10:32:21 +01:00
data.js [MERGE] rename Session into connection define a Connection singleton (chs) 2011-11-08 16:27:23 +01:00
data_export.js [FIX] do not display reverse fields of o2ms in import compat 2011-11-09 17:32:32 +01:00
data_import.js [FIX] automatically open options box if the file fails to parse entirely 2011-10-24 16:27:44 +02:00
dates.js [IMP] throw actual errors in formatting functions, in order for browser devtools to be useful 2011-11-10 16:23:13 +01:00
formats.js [IMP] throw actual errors in formatting functions, in order for browser devtools to be useful 2011-11-10 16:23:13 +01:00
search.js [fix] advanced filters were broken 2011-11-10 15:13:43 +01:00
view_editor.js [merge] improvements to the view editor 2011-11-03 11:19:52 +01:00
view_form.js [imp] made m2m support embedded list view 2011-11-10 15:07:54 +01:00
view_help.js rename base into web part1 2011-09-05 13:03:09 +02:00
view_list.js [FIX] only aggregate columns explicitly asking for aggregation ~/projects/tiny/web/current 2011-11-14 09:18:53 +01:00
view_list_editable.js [ADD] handle failure to save in ListView#ensure_saved: reject the deferred 2011-10-27 10:36:17 +02:00
view_tree.js [FIX} incorrect condition for not going into colors management on tree views 2011-10-12 13:14:29 +02:00
views.js [FIX] Prevent ViewManager to remove other spans from the title 2011-11-13 13:01:48 +01:00