odoo/addons/web/static
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
..
lib [MERGE] forward port of branch 7.0 up to 5035c76 2014-11-04 12:19:58 +01:00
src [FIX] web: use mutex to wait for onchanges 2014-11-28 13:39:47 +01:00
test [ADD] JS widgets reference documentation 2014-10-07 10:21:44 +02:00