odoo/addons/web/static/src/js
Raphael Collet 2067a206ec [FIX] models: process onchange methods on new records in the order of the view
The onchange() on new records processes fields in non-predictable order.  This
is problematic when onchange methods are designed to be applied after each
other.  The expected order is presumed to be the one of the fields in the view.

In order to implement this behavior, the JS client invokes method onchange()
with the list of fields (in view order) instead of False.  The server then uses
that order for evaluating the onchange methods.

This fixes #4897.
2015-02-10 13:12:40 +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] Use local copies of png instead of fetching them from websites 2015-01-23 11:23:04 +01:00
core.js [FIX] web: correctly retrieve exception from @serialize_exception 2015-01-21 17:03:54 +01:00
data.js [MERGE] forward port of branch saas-5 up to 7eab880 2014-09-15 14:00:02 +02:00
data_export.js [FIX] web: display error message when export fail. 2015-01-21 17:05:55 +01:00
formats.js [MERGE] forward port of branch saas-3 up to f92b2f8 2015-02-06 14:19:30 +01:00
openerpframework.js [FIX] web: field on change event 2015-02-04 13:03:39 +01:00
pyeval.js [IMP] pyeval: implement weekday function 2015-01-19 14:08:09 +01:00
search.js [MERGE] forward port of branch saas-3 up to ba5c972 2015-01-30 16:55:36 +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 [FIX] models: process onchange methods on new records in the order of the view 2015-02-10 13:12:40 +01:00
view_list.js [FIX] web: do not apply default_order if list grouped 2015-02-09 14:44:45 +01:00
view_list_editable.js [FIX] web: editable lists and read only fields bug 2015-02-02 16:23:42 +01:00
view_tree.js [CHG] Fix task 7536 / PR #499 differently 2015-01-14 13:28:23 +01:00
views.js [FIX] web: reset dataset orderby on groupby filter. 2015-02-05 16:39:22 +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