odoo/addons/web/static/src/js
Xavier Morel 32d90f6014 [FIX] cleanup m2o field events when reloading m2o fields
The big issue was the hooking on the closest ui-dialog's scroll event:
if an m2o in a dialog (e.g. wizard-type situations) toggled state from
editable to readonly (workflow action of some sort), the event hook
would remain, and call .$input.autocomplete("widget") which would blow
up because the autocompletion widget hasn't been re-initialized.

Take care to fully unbind all events during the reload process to
avoid this issue (and potentially other such as duplicate bindings and
the like).

lp bug: https://launchpad.net/bugs/1146321 fixed

bzr revid: xmo@openerp.com-20130306145527-sssv7ocfvqxgv896
2013-03-06 15:55:27 +01:00
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [FIX] lot of potential bugs, mainly due to quickly clicking on menu items 2013-02-27 12:31:32 +01:00
corelib.js [FIX] docstring 2013-03-01 11:22:23 +01:00
coresetup.js [FIX] Spacing 2012-12-27 08:44:38 +01:00
data.js [FIX] O2M record reloading after workflow progress 2013-03-01 11:35:43 +01:00
data_export.js [FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog 2012-11-20 10:50:42 +01:00
dates.js Mark strings to be translated. 2012-11-29 01:22:00 +01:00
formats.js [FIX][7.0]Fixed float_time widget show wrong format of time. 2013-01-22 11:34:20 +05:30
pyeval.js [FIX] Inject user context in all domain and context evaluation 2013-01-28 14:06:40 +01:00
search.js [FIX] search view field visible through dropdown menu 2013-03-06 12:00:51 +01:00
test_support.js [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
testing.js [IMP] Changed tests according to new client side fields view get 2012-12-05 17:06:56 +01:00
view_form.js [FIX] cleanup m2o field events when reloading m2o fields 2013-03-06 15:55:27 +01:00
view_list.js [FIX] view_list limits more sensible values 2013-02-27 22:25:07 +01:00
view_list_editable.js []FIX] disable (broken) inline edition in grouped editable lists 2013-03-06 11:21:36 +01:00
view_tree.js [IMP] lot of small improvements to better detect when a view has finished loading 2012-12-13 15:09:14 +01:00
views.js [FIX] xml2str: Do not keep html void tags opened 2013-03-06 15:40:24 +01:00