odoo/addons/web/static/src/js
Nicolas Lempereur ae9d57bc1e [IMP] web: multi-click on save on view form (no fp)
When clicking on save several time when editing a view form it can be
saved several times which can be an issue for one to many.

The normal happenstance when saving should be as follow:

-> save (click)
-> wait write result
-> received write result
-> reload the form with updated data and updates buttons

But when clicking several time, it could become:

-> save (click)
-> wait write result
-> received write result
-> save (click)
-> wait write result
-> received write result
-> reload the form with updated data and updates buttons

This commit only reinstate the saving feature once the form is reloaded.

related to opw-671793
backport of 8.0's dd714ac

note: no need to forward-port
2016-05-18 17:37:14 +02:00
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [CHG] web: odoo.com account fallback url 2015-05-05 11:29:15 +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] Fixed wrong digits format issue for float fields when thousand separator is '.' 2015-04-16 15:30:20 +02:00
pyeval.js [FIX] web: backport datetime.toJSON() so we can return local datetimes in search domains 2015-04-23 14:05:56 +02:00
search.js [FIX] web: advanced search on floats with ',' as decimal separator 2015-04-30 13:39: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 [IMP] web: multi-click on save on view form (no fp) 2016-05-18 17:37:14 +02:00
view_list.js [FIX] web: list_view, context when doing name_get call in m2m was not compute correctly 2015-11-26 10:25:15 +01:00
view_list_editable.js [FIX] account: context/domain in move line tree 2015-03-26 08:59:23 +01: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: when converting a node back to xml, correctly escape node content 2015-04-01 11:02:31 +02:00