Changes accordig to quality code.

bzr revid: wbeltran@infostudio.com.ec-20120504193027-0u94nwfbbitoa2zc
This commit is contained in:
William Beltrán 2012-05-04 14:30:27 -05:00
parent f994797896
commit 1e041011fd
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ instance.web.format_value = function (value, descriptor, value_if_empty) {
return value[1];
case 'one2many':
// this is to show count of ids related in this o2m relation instead the list of them for example will show this:(5) instead of this 1,2,5,8,76
count_ids='('+value.length.toString()+')'
count_ids = '('+value.length.toString()+')'
return count_ids;
case 'datetime':
if (typeof(value) == "string")