odoo/addons/web/static
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
..
lib [FIX] web: localisation for Lao and Bosnian 2015-05-05 10:28:17 +02:00
src [IMP] web: multi-click on save on view form (no fp) 2016-05-18 17:37:14 +02:00
test [FIX]web: test testing the customer filter save was wrong, was using wrong method text() instead of val() to set the filter name 2013-10-22 18:53:18 +02:00