[IMP] new autocomplete widget
authorGéry Debongnie <ged@odoo.com>
Wed, 25 Jun 2014 11:26:41 +0000 (13:26 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 25 Jun 2014 11:26:41 +0000 (13:26 +0200)
commit0a4a7f3d20e3cce435824d3aa756346088b0c73b
tree821542b3b79725b904dd9d4a42d2b75b13f6a067
parent1eaa69d342e61334b04fac2943877fff1b69b287
[IMP] new autocomplete widget

Task #5009

This new autocomplete widget (the one used in the search bar) does not
do remote calls automatically, but on demand. In theory, it should lead
to a better user experience, not having the ui blocked every time long
remote calls are done.

It also has the benefits of bringing us one step closer to not
depending on jquery.ui. Bonus point: the code is quite short (< 200 loc
i believe)
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/js/search.js
addons/web/static/src/xml/base.xml
addons/web/static/test/search.js