[FIX] correctly include some inputs in drawer
authorGéry Debongnie <ged@odoo.com>
Tue, 27 May 2014 12:44:21 +0000 (14:44 +0200)
committerGéry Debongnie <ged@odoo.com>
Tue, 27 May 2014 12:44:21 +0000 (14:44 +0200)
commit1602ba44c942f57d0edba4ec437a236b723369e1
tree225b244caa2b33f69c5881a654632eee48b6d9be
parent70052e1fd6dad7b82aaf069baafdbf30ad34baf3
[FIX] correctly include some inputs in drawer

The search view has been split into two widgets: SearchView
and SearchViewDrawer.  The addons board and google_spreadsheet need
to be updated to append their input widget to SearchViewDrawer and
not to SearchView.
addons/board/static/src/js/dashboard.js
addons/google_spreadsheet/static/src/js/search.js