odoo/addons/web/static
Nicolas Lempereur dd714ace55 [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.

closes #11926
opw-671793

note: no need to forward-port
2016-05-09 10:54:16 +02:00
..
lib [FIX] web: datejs Spanish long format 2015-12-09 08:56:00 +01:00
src [IMP] web: multi-click on save on view form (no fp) 2016-05-09 10:54:16 +02:00
test [FIX] py.js: unhandled prefix `not` 2015-11-19 13:54:26 +01:00