odoo/addons/web/static/src/js
Denis Ledoux 45551cf78c [FIX] web: use mutex to wait for onchanges
This fix is related to c12a2e1d16

Mutex allow to wait sequentially for mutex
Besides, if one of the onchanges deferreds fails, it does not resolve the mutex until all deferreds of the mutex are resolved.

Besides, we now wait for the onchanges mutex between each field commited value (line 596) in case the commited value leaded to a new onchanges, that we should wait for before commiting the rest of the values.
2014-11-28 13:39:47 +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 [FIX] point_of_sale: correctly handle the rounding when the unit's rounding is set to zero 2014-11-11 16:18:27 +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 [FIX] web: fixes issues with custom filters and search view 2014-09-15 09:52:34 +02: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: display username in log for point of sale module 2014-08-20 17:54:10 +02:00
view_form.js [FIX] web: use mutex to wait for onchanges 2014-11-28 13:39:47 +01:00
view_list.js [IMP] fields: allow sorting on inherited field in list views 2014-10-01 16:00:44 +02: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 [MERGE] point_of_sale: various fixes and improvements 2013-09-11 17:59:21 +02:00
views.js [MERGE] forward port of branch saas-3 up to f7a76cb 2014-11-04 18:05:58 +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