[FIX] correct domain for autocomplete in many2one
authorGéry Debongnie <ged@odoo.com>
Wed, 20 Aug 2014 08:54:30 +0000 (10:54 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 20 Aug 2014 09:55:15 +0000 (11:55 +0200)
commit53a5c6d2414aa03c154c546d69b2dc3cb33c05fd
treeabd2531331240a869e537c7423067c0562d47351
parent968813cc57b616ab5168150ea596f04002cc1a6e
[FIX] correct domain for autocomplete in many2one

The domain was using '=', which is correct when selecting a specific
element in autocompletion, but not when searching for all elements
matching a string.
addons/web/static/src/js/search.js