odoo/addons/web/static/test
Olivier Dony dc24794855 [FIX] web: support integer/float fields in search view via auto-completion + tests
integer/float fields were not offering auto-completion in search views,
making them unsearchable except via advanced search.
This patch adds the missing complete() function and removes the incorrect
value_from() function that did not conform to the 7.0 search view API.
It seemed to be a leftover of the 6.1 search field implementation
of get_value(), wrongly renamed for 7.0.

Also includes corresponding tests.

bzr revid: odo@openerp.com-20130418112001-388op1t8ugr0rhfn
2013-04-18 13:20:01 +02:00
..
fulltest [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then' 2012-10-30 15:06:30 +01:00
Widget.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
class.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
data.js [FIX] correctly handle group_by_no_leaf when no grouping applied 2013-04-16 11:23:44 +02:00
evals.js [FIX] pyeval: argspec of relativedelta 2013-03-18 11:52:44 +01:00
form.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
formats.js [IMP] Added some test cases for the float_time 2013-01-23 15:01:55 +05:30
fulltest.html [IMP] update test runner pages, fix intermittent failure due to async test which didn't stop the test runner 2012-09-05 17:19:14 +02:00
list-editable.js [IMP] Changed tests according to new client side fields view get 2012-12-05 17:06:56 +01:00
list-utils.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
list.js [IMP] Changed tests according to new client side fields view get 2012-12-05 17:06:56 +01:00
mutex.js [FIX] problem in editable list o2m when hitting the enter button rapidly 2012-11-16 16:12:48 +01:00
qunit-doc.js rename base into web part1 2011-09-05 13:03:09 +02:00
registry.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
rpc.js [MERGE] from trunk, fix/adapt some tests 2012-11-16 11:08:40 +01:00
search.js [FIX] web search: correct previous fix to properly handle searching for 0 on number fields 2013-03-28 16:35:02 +01:00
testing.js [REM] test runner feature which probably caused more trouble than it caught 2012-11-16 11:55:54 +01:00