odoo/addons/web/static/src
Xavier Morel 5182068b43 [FIX] ensure containing form is saved when triggering an action from an editable o2m list
After opening a record with a list o2m, editing said list o2m and
saving a row, clicking the action button would lose all data
explicitly changed: the o2m would just call the action without saving
the form's current state, so the corresponding server method would
only be able to use data previously saved.

Fixed by overriding do_button_action, and only calling the _super()
method after the parent form has announced it is saved (either because
nothing was changed or because it did indeed save itself).

bzr revid: xmo@openerp.com-20120622085432-mh3977uygua5bypn
2012-06-22 10:54:32 +02:00
..
css [ADD] handling of required attr on m2m fields 2012-06-07 13:11:49 +02:00
img [IMP] better icon for many2one field 2011-12-29 22:59:35 +01:00
js [FIX] ensure containing form is saved when triggering an action from an editable o2m list 2012-06-22 10:54:32 +02:00
xml [REV] Revert revid:fme@openerp.com-20120611151704-u2krxz14wvmvqura which broke field@widget=image 2012-06-14 10:40:09 +02:00