[MERGE] pager should be disappear when we create a new record from o2m/m2m popup.

bzr revid: chm@openerp.com-20130606121754-r9xa11ms6do2nrwh
This commit is contained in:
Christophe Matthieu 2013-06-06 14:17:54 +02:00
commit b151613f0d
1 changed files with 1 additions and 1 deletions

View File

@ -4839,7 +4839,7 @@ instance.web.form.SelectCreatePopup = instance.web.form.AbstractFormPopup.extend
this.searchview.hide();
}
if (this.view_list) {
this.view_list.$el.hide();
this.view_list.do_hide();
}
this.setup_form_view();
},