odoo/addons/web/static/src
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
..
css [FIX] web,web_kanban: correct radial-gradient usage 2014-11-05 20:57:59 +01:00
font [IMP] clean permissions and shebang in files 2013-05-14 12:37:36 +02:00
img [IMP] PNG recompression 2013-06-05 14:43:27 +02:00
js [IMP] web: multi-click on save on view form (no fp) 2016-05-18 17:37:14 +02:00
xml [FIX] web: wrong company logo in multi-company env 2015-06-24 15:04:11 +02:00
fixbind.js [FIX] web: Fix old versions of Webkit (such as ones used on iOS < 6 or PhantomJS <= 1.7) 2013-03-20 15:36:52 +01:00