[FIX] fix a crash with create popup forms (web client)
authorGéry Debongnie <ged@odoo.com>
Tue, 4 Nov 2014 09:40:17 +0000 (10:40 +0100)
committerGéry Debongnie <ged@odoo.com>
Tue, 4 Nov 2014 10:08:51 +0000 (11:08 +0100)
commit24048648da1981eb489053e45a812f82acc8d081
tree9a6b375623231c4290fb15428522c1e147103db1
parenta1fa667be55073b7bbe48a3f2fb5221d687817b1
[FIX] fix a crash with create popup forms (web client)

it was trying to call the forme 'hide' method on the searchview.  To
solve the problem, I readded the method (and renamed it to do_hide for
consistency with views)
addons/web/static/src/js/openerpframework.js
addons/web/static/src/js/view_form.js