odoo/addons/web/static/src/js
Xavier Morel e536b4ace8 [FIX] handling of groups with length 0 in ContainerDataGroup's group descriptor munger
For a group with a ${field}_count of 0, code would fallback on __count
which does not exist -> would try to set group.length to `undefined`
which leads to the property being removed from the result, blowing up
the call to `$('<td>').text(group.length)` in the listview (jQuery's
.text() apparently does not like getting `undefined` as its
parameter... who knew?)

Also make `openable` clearer, and improve style of listview in case of
an empty group (openable but length 0): remove the arrow on the left
(but leave the indent, otherwise it's ugly).

lp bug: https://launchpad.net/bugs/889807 fixed

bzr revid: xmo@openerp.com-20111115112906-e87sf40tgr8goqps
2011-11-15 12:29:06 +01:00
..
boot.js [ADD] Added <instance>.log() ( -> console.log() in debug mode) 2011-11-09 15:59:02 +01:00
chrome.js [IMP] correctly synchronize dblist between db pane and login 2011-11-15 10:42:50 +01:00
core.js [FIX] support 'thousands' separator for integers 2011-11-14 16:45:10 +01:00
data.js [FIX] handling of groups with length 0 in ContainerDataGroup's group descriptor munger 2011-11-15 12:29:06 +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 [IMP] mark a bunch of strings as translatable in searchview JS 2011-11-14 11:12:21 +01: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 [FIX] support 'thousands' separator for floats 2011-11-14 16:53:32 +01:00
search.js [IMP] search view: assert the view received from the fields_view_get is a search view 2011-11-14 13:39:48 +01:00
view_editor.js [merge] improvements to the view editor 2011-11-03 11:19:52 +01:00
view_form.js [FIX] add active_id, active_ids and active_model to context send when fetching m2o widget values in forms 2011-11-15 11:58:09 +01:00
view_help.js rename base into web part1 2011-09-05 13:03:09 +02:00
view_list.js [FIX] handling of groups with length 0 in ContainerDataGroup's group descriptor munger 2011-11-15 12:29:06 +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 [IMP] Form view sidebar actions like print should implicitly save the record 2011-11-14 12:02:39 +01:00