odoo/addons/web
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
..
common [fix] synch with lib client to correct some bug 2011-11-04 12:32:32 +01:00
controllers [IMP] Keep domain and context source string in fields view get 2011-11-14 21:50:12 +01:00
po Launchpad automatic translations update. 2011-11-13 05:56:34 +00:00
static [FIX] handling of groups with length 0 in ContainerDataGroup's group descriptor munger 2011-11-15 12:29:06 +01:00
test rename base into web part1 2011-09-05 13:03:09 +02:00
__init__.py [IMP] cleanup of web.common 2011-10-05 19:58:26 +02:00
__openerp__.py [ADD] Added jQuery tipTip 2011-11-14 21:49:25 +01:00