odoo/addons/web/static/test
Olivier Dony 9132b1d306 [IMP] ir.filters: new filters are local to the menu/action by default
Allow binding an optional `action_id` to filters.
The web client will try to identify the specific
action ID when saving new filters. If no contextual
action exists, the filter is saved globally for
the model.

This will automatically keep filters within their
original menu when there are several menus/actions
leading to a given list of documents.
In some cases the action_id will not match the
filter model, which should be fine (e.g. when opening
a many2one completion popup for model `foo` within
a menu of model `bar`).

It is also still be possible to have a filter apply
to all actions/menus for a given model by manually
deleting the action_id value in the filter
(e.g. via the Manage Filters debug menu).

When updating a filter the action_id value is ignored
so that old global filters will be gradually replaced
by new "local" filters.

Also added an _order to ensure stable ordering of the
filters.
2014-07-01 03:29:05 +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
data.js [FIX] dataset.read_ids should always return records in the order of the parameter ids 2014-02-25 17:28:13 +01:00
evals.js [ADD] ways to correctly handle local datetimes in e.g. domains 2014-01-22 16:19:11 +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] Moved the date formatting functions in openerpframework.js 2013-08-08 15:45:20 +02:00
framework.js [FIX] web: correct "date(time) on 31" tests 2013-10-31 12:19:45 +01:00
fulltest.html [IMP] Merged corelib.js and coresetup.js into core.js 2013-08-06 14:26:23 +02:00
list-editable.js [FIX] listview test shall not assume default color is black 2014-04-25 11:30:53 +02:00
list-utils.js Applied jshint on test files and corrected errors 2013-07-25 13:24:16 +02:00
list.js [FIX] web: read_ids of data.js use method search_read if check_access_rule option is true. 2014-03-27 12:24:56 +01:00
mutex.js [IMP] Merged corelib.js and coresetup.js into core.js 2013-08-06 14:26:23 +02:00
qunit-doc.js rename base into web part1 2011-09-05 13:03:09 +02:00
registry.js [IMP] Merged corelib.js and coresetup.js into core.js 2013-08-06 14:26:23 +02:00
rpc-misordered.js Added some tests for jsonrpc 2013-08-01 18:32:21 +02:00
search.js [IMP] ir.filters: new filters are local to the menu/action by default 2014-07-01 03:29:05 +02:00
testing.js Applied jshint on test files and corrected errors 2013-07-25 13:24:16 +02:00