Comment 3 for bug 942894

Revision history for this message
William Beltrán (wigebeno) wrote :

Hi, I check the code according to Xavier, i changed the code in lp:~wigebeno/openerp-web/openerp-web
and i add the same funcyion in case many2many please check if its ok to aproved the merge proporsal.

The code now seems like this:
case 'one2many':
            return _.str.sprintf(_t("(%d records)"), value.length);
case 'many2many':
     return _.str.sprintf(_t("(%d records)"), value.length);

Regards.