odoo/addons/web
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
..
cli [FIX] test_js typo 2012-12-09 05:30:15 +01:00
controllers [FIX] Properly escape values in templates 2013-02-13 11:42:29 +01:00
doc [DOC] remove openerpdev intersphinx, add ref to module doc 2013-01-17 10:27:22 +01:00
i18n Launchpad automatic translations update. 2013-02-24 05:13:02 +00:00
static [FIX] Correctly stop embedded form when switching from editable to non-editable list 2013-02-25 14:56:29 +01:00
tests [IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_action load, use child_of, skip useless calls, update tests 2012-12-12 21:51:20 +01:00
__init__.py minor fixes 2012-12-19 03:49:46 +01:00
__openerp__.py [REM] noise key in web manifest 2013-01-24 14:11:02 +01:00
http.py [MERGE] trunk 2012-12-19 03:50:47 +01:00
session.py [FIX] session: properly handle exceptions with unicode messages during dispatching 2013-01-24 15:05:38 +01:00