[FIX] Rendering engine bug in one2many

bzr revid: fme@openerp.com-20120410130420-d76nxn6t1an23i8w
This commit is contained in:
Fabien Meghazi 2012-04-10 15:04:20 +02:00
parent 8009420fa5
commit 3feb4136e1
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ openerp.web.form.FormRenderingEngine = openerp.web.Class.extend({
$group.before($new_group).remove();
// Now compute width of cells
$table.find('tbody > tr').each(function() {
$table.find('> tbody > tr').each(function() {
var to_compute = [],
row_cols = cols,
total = 100;