odoo/addons/web/static
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
..
lib [FIX]Fix the issue of datimewidget of jquery, the self.picker('widget') gives wrong reference .ui-datepicker element. 2012-03-09 14:45:38 +05:30
src [FIX] ensure containing form is saved when triggering an action from an editable o2m list 2012-06-22 10:54:32 +02:00
test [FIX] handling of date and time formats with bare/literal characters 2012-02-15 16:32:37 +01:00