[FIX] form visibility

bzr revid: xmo@openerp.com-20120801124652-2a6jgvyke1u715kw
This commit is contained in:
Xavier Morel 2012-08-01 14:46:52 +02:00
parent f5bff3996b
commit c72a63472b
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
this.$pager.show();
}
this.$element.add(this.$buttons).removeClass('oe_form_dirty');
self.$element.css('visibility', 'visible');
this.$element.css('visibility', 'visible');
this._super();
var shown = this.has_been_loaded;
if (options.reload !== false) {