[FIX]Pager doesn't disappear when we create a new record from o2m/m2m popup

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

bzr revid: vja@tinyerp.com-20130122133956-tv425if9oe3zqsr6
This commit is contained in:
Vishmita 2013-01-22 19:09:56 +05:30
parent f4fd5fd99c
commit 93a1d36d90
1 changed files with 1 additions and 0 deletions

View File

@ -4714,6 +4714,7 @@ instance.web.form.SelectCreatePopup = instance.web.form.AbstractFormPopup.extend
if (this.view_list) {
this.view_list.$el.hide();
}
this.$el.find('.oe_popup_list_pager').hide();
this.setup_form_view();
},
});