odoo/addons/web/static/src/js
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
..
boot.js [IMP] initial module loading improvements 2011-12-27 20:44:05 +01:00
chrome.js [MERGE] Missing tab title made multi-tab use of OpenERP quite difficult - now fixed. 2012-06-12 16:19:43 +02:00
core.js [FIX] web: correct jsonp behavior when len(payload) >= 2000 2012-05-31 15:20:20 +02:00
data.js [FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields 2012-03-14 12:10:14 +01:00
data_export.js [FIX] finish implementing xmo@openerp.com-20120116095337-ko0y6xha6oqx4vw1 for real 2012-01-17 09:58:12 +01:00
data_import.js [MERGE] OPW 574895: fix incorrect matching of column headers when importing CSV files 2012-06-06 19:40:43 +02:00
dates.js [imp] added doc 2012-01-26 16:29:11 +01:00
formats.js [IMP] formatting of o2m and m2m fields in list views, courtesy of William Beltrán 2012-06-07 12:32:40 +02:00
search.js [FIX] Fixed in advance search when search on 'None of the following condition must match'. 2012-06-05 11:24:15 +05:30
view_editor.js [imp] rewritten code to be easier to read 2012-02-13 11:53:41 +01:00
view_form.js [FIX] ensure containing form is saved when triggering an action from an editable o2m list 2012-06-22 10:54:32 +02:00
view_list.js [FIX] handling of get_selection in listview in case of non-selectable lists (e.g. editable o2ms?) 2012-06-06 14:31:15 +02:00
view_list_editable.js [FIX] Fixed editable list view wrong class assignment. 2012-05-11 16:45:27 +05:30
view_page.js [FIX] Usability inconsistency -> exception: create != new + edit 2012-05-16 10:26:16 +02:00
view_tree.js [FIX] evaluate compound context from treeview before executing action 2012-02-17 10:35:41 +01:00
views.js [MERGE] Missing tab title made multi-tab use of OpenERP quite difficult - now fixed. 2012-06-12 16:19:43 +02:00