odoo/addons/web/static/src/js
Xavier Morel 8c3d71ccb8 [CHG] Fix task 7536 / PR #499 differently
Issue was the propagation of contextual values across actions, more
precisely conserving the selected fiscal year when selecting an account
from the chart of accounts tree view: the chart of accounts tree view is
generally opened for a specific fiscal year, and it seemed sensible that
opening an account would show only the journal items for the previously
selected fiscal years rather than all items ever.

PR #649 altered action.read by tentatively evaluating the action's
context, however this has the side-effect of providing evaluated
contexts when creating or editing actions via the UI, usually breaking
them in the process (as the context at this point is basically
nonsensical for the action's purpose).

This backs out the previous fix, and creates a fix restricted to the
tree view's JS (thereby removing the feature for window actions not
invoked from a tree view).

closes #4677, closes #4690
2015-01-14 13:28:23 +01:00
..
boot.js [IMP] Include openerpframework in common assets. Add module list in bundle 2014-05-12 17:18:12 +02:00
chrome.js [FIX] web: force company_logo change on company change 2014-11-27 15:21:25 +01:00
core.js [FIX] web: remove enforceFocus method from bootstrap modal since it is conflicting with other non bootstrap element 2014-10-23 15:04:59 +02:00
data.js [MERGE] forward port of branch saas-5 up to 7eab880 2014-09-15 14:00:02 +02:00
data_export.js [MERGE] Forward-port saas-3 up to b9275da 2014-08-13 17:33:12 +02:00
formats.js [MERGE] forward port of branch saas-3 up to 0b1b820 2014-12-24 14:04:18 +01:00
openerpframework.js [FIX] web: cors rpc calls were missing the session cookie, resulting in new sessions being created for every call 2014-10-27 12:28:47 +01:00
pyeval.js [ADD] pyeval: date.replace method 2014-12-02 16:59:24 +01:00
search.js [FIX] web: m2o search facet do no set `default_*` context key for "name_search" values 2014-11-27 17:06:48 +01:00
test_support.js [IMP] Removed old JavaScript module loading system in the 'web' addons. Still has some retro-compatibility for other addons. 2013-08-06 14:50:22 +02:00
testing.js [IMP] Convered qunit test suite to template 2014-04-28 20:24:51 +02:00
tour.js [FIX] tour.js: popover position when scrolling down 2014-12-08 17:16:22 +01:00
view_form.js [MERGE] forward port of branch saas-3 up to 879fca0 2015-01-06 19:00:08 +01:00
view_list.js [FIX] web: reordering in editable list views 2014-12-19 15:18:31 +01:00
view_list_editable.js [MERGE] forward port of branch saas-5 up to 39bee35 2014-08-20 20:33:17 +02:00
view_tree.js [CHG] Fix task 7536 / PR #499 differently 2015-01-14 13:28:23 +01:00
views.js [FIX] web: correctly show/hide container div 2014-12-22 13:37:18 +01:00
watch.js [FIX] Add prototype watch in js object. That will allow to listen change on some library for example. It's used to know if jquery is overrided by an external script. 2014-04-14 16:58:02 +02:00