odoo/addons/web/static/src/js
Xavier Morel a8d2327cda [FIX] Correctly stop embedded form when switching from editable to non-editable list
When using the ``set_editable`` feature (context key) from filters
(togglable on/off), the list view would not correctly clean up
(destroy) the form when switching from editable with a started editor
(and form) to non-editable, leading to form fields (in this case m2o
fields being in an incorrect state and trying to query a non-started
autocompletion widget on every click anywhere blowing it up).

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

bzr revid: xmo@openerp.com-20130225135629-8k338gw0arsi6m6j
2013-02-25 14:56:29 +01:00
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [FIX] stringify states (patch from chs) 2013-02-20 09:44:37 +01:00
corelib.js [FIX] Fix not working code, and some cleaning proposed by AL 2012-12-26 19:18:33 +01:00
coresetup.js [FIX] Spacing 2012-12-27 08:44:38 +01:00
data.js [FIX] context evaluation in kanban resequencing 2012-11-28 16:10:44 +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 [IMP] Custom filters: restore checkboxes and make them exclusive 2013-02-20 17:33:06 +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] Search view's drawer closing unexpectedly when using the date widget 2013-02-25 12:06:14 +01:00
view_list.js [FIX] listview: bug in binary column download link rendering 2013-02-22 10:36:21 +01:00
view_list_editable.js [FIX] Correctly stop embedded form when switching from editable to non-editable list 2013-02-25 14:56:29 +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 [MERGE] [FIX] Unsupported self closing tags shall not reach FormRenderingEngine 2013-02-21 19:38:39 +01:00