[FIX] RenderEngine: Fixed root element processing

bzr revid: fme@openerp.com-20120321140045-7b6tcyj4zt4i9lve
This commit is contained in:
Fabien Meghazi 2012-03-21 15:00:45 +01:00
parent 308855f346
commit 6879ae0047
1 changed files with 1 additions and 3 deletions

View File

@ -827,9 +827,7 @@ openerp.web.FormRenderingEngine = openerp.web.Class.extend({
} else {
$el.before($root);
}
$dst.children().each(function() {
self.process($(this));
});
self.process($root);
},
preprocess_field: function($field) {
var name = $field.attr('name'),