odoo/addons/web/static/src/js
Xavier Morel b7aa4e4712 [FIX] ensure o2m widget has saved its sub-views before it returns its value to its parent form view
This is currently highly faillible as saving a form or a list view can
be an async operation, yet the FormView's `Widget#get_value` call can
only be synchronous. As a result, there are cases where saving a form
view can fail to get the correct value for its o2m fields.

Ideally, `Widget#get_value` should be an async API (or a sync/async API)

bzr revid: xmo@openerp.com-20111205153813-nvgy5413oyf5zsla
2011-12-05 16:38:13 +01:00
..
boot.js [ADD] Added <instance>.log() ( -> console.log() in debug mode) 2011-11-09 15:59:02 +01:00
chrome.js [FIX] prevent rpc defaults from unblocking db-creation UI in case e.g. db.create() takes more than 3s 2011-12-05 14:24:25 +01:00
core.js [FIX] according to spec, Array.prototype.sort is not defined as returning anything, Opera implements it strictly 2011-11-28 16:39:41 +01:00
data.js [IMP] Dataset#get_id_index returns null instead of -1 when no record found 2011-12-01 15:20:49 +01:00
data_export.js [FIX] do not display reverse fields of o2ms in import compat 2011-11-09 17:32:32 +01:00
data_import.js [IMP] move sections of import_result around to make flow clearer 2011-12-01 12:01:40 +01:00
dates.js [IMP] throw actual errors in formatting functions, in order for browser devtools to be useful 2011-11-10 16:23:13 +01:00
formats.js [IMP] make float-parsing code more readable by fixing some variable naming 2011-11-29 11:13:34 +01:00
search.js [IMP] use optgroups in filters management thingie 2011-11-24 11:21:30 +01:00
view_editor.js [IMP] implement add and remove node functionality in vieweditor. 2011-11-22 16:50:00 +05:30
view_form.js [FIX] ensure o2m widget has saved its sub-views before it returns its value to its parent form view 2011-12-05 16:38:13 +01:00
view_help.js rename base into web part1 2011-09-05 13:03:09 +02:00
view_list.js [FIX] right-align number columns in group headers 2011-12-05 12:06:47 +01:00
view_list_editable.js [FIX] if necessary, add padding when rendering a given row in an editable list. 2011-11-23 10:33:13 +01:00
view_tree.js [FIX] correctly pass active_* context keys along when executing an action from the treeview 2011-11-18 14:45:55 +01:00
views.js [IMP] Do not display title on dashboards 2011-12-05 12:57:46 +01:00