odoo/addons/web/static/src/js
Denis Ledoux cd69dee3f2 [FIX] web: inhibit on change flag when validating editable list
To valid all editable list line, we iterate on the lines and set the editor form with the line value, using set_value.
The _inhibit_on_change_flag should be set to True to avoid triggering on changes events

opw-617395
2014-11-05 13:38:49 +01:00
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [FIX] web: *.openerp.com to *.odoo.com 2014-09-11 09:59:21 +02:00
corelib.js [FIX] docstring 2013-03-01 11:22:23 +01:00
coresetup.js [IMP] cookies: when retrieving session cookie, catch eventual parsing errors and remove cookie if incorrect (opw 605648) 2014-03-27 13:08:26 +01:00
data.js [FIX] web: sort with undefined value 2014-09-11 17:38:40 +02:00
data_export.js [FIX] export: add the context in the export 2014-08-13 14:52:01 +02:00
dates.js Mark strings to be translated. 2012-11-29 01:22:00 +01:00
formats.js [FIX] web: format.js, toString while parsing date 2014-06-24 13:53:02 +02:00
pyeval.js [FIX] pyeval: be more fault tolerant to avoid wrap null values 2013-07-02 16:16:00 +02:00
search.js [FIX] web: missing self initialisation 2014-08-12 16:08:30 +02: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 [FIX]testing.js: replace testing.case by testing['case'] for compatibility (IOS < 5, IE8) 2013-03-22 11:16:06 +01:00
view_form.js [FIX] web: inhibit on change flag when validating editable list 2014-11-05 13:38:49 +01:00
view_list.js [FIX] web: on switch form (from list & kanban) do not load record if empty dataset 2014-08-12 17:45:05 +02:00
view_list_editable.js [FIX] web: do not focus if the focus_field is not a field 2014-08-14 17:33:59 +02:00
view_tree.js [FIX] tree views: rename variable parent-id to avoid conflicts with record fields name (eg: account.account) 2013-08-29 14:44:48 +02:00
views.js [FIX] web: keep pager in popup list view 2014-11-04 17:25:21 +01:00