[FIX] List view :- Column should be added for edit icon in group by record.

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

bzr revid: support@serpentcs.com-20120109065022-rcdng1w3c6xobxc8
This commit is contained in:
Serpent Consulting Services 2012-01-09 12:20:22 +05:30
parent ae446d476d
commit 6f4fc625cf
1 changed files with 3 additions and 0 deletions

View File

@ -1232,6 +1232,9 @@ openerp.web.ListView.Groups = openerp.web.Class.extend( /** @lends openerp.web.L
if (self.options.selectable) {
$row.append('<td>');
}
if (self.options.isClarkGable) {
$row.append('<td>');
}
_(self.columns).chain()
.filter(function (column) {return !column.invisible;})
.each(function (column) {