odoo/addons/web/static/src/js
Xavier Morel 6782c33a32 [FIX] only reload m2m listview once after adding n records to it (via dialog)
The listview does not support concurrent reload requests, either wait
for the previous reload to finish before sending the new one, or just
send a single reload.

For m2m, can wait and do a single reload so do that.

bzr revid: xmo@openerp.com-20121018134123-ox2ccq0wm3r5jwas
2012-10-18 15:41:23 +02:00
..
boot.js [IMP] load all modules at boot in single db mode 2012-08-13 00:29:01 +02:00
chrome.js [IMP] Made $buttons in dialogs work all the time 2012-10-16 12:32:52 +02:00
corelib.js [IMP] now uses py.eval for options 2012-10-11 14:57:48 +02:00
coresetup.js [MERGE] callback2deferred session.rpc 2012-10-06 18:32:38 +02:00
data.js [FIX] group_by_no_leaf handling 2012-10-17 13:07:50 +02:00
data_export.js [MERGE] callback2deferred session.rpc 2012-10-06 18:32:38 +02:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [FIX] Small problem with formatting 2012-10-15 15:56:07 +02:00
search.js [FIX] don't trigger search twice when a facet is removed from the query due to its values becoming empty 2012-10-18 14:40:05 +02:00
test_support.js [IMP] remove OpenERP Enterprise old code 2012-08-27 23:32:12 +02:00
view_form.js [FIX] only reload m2m listview once after adding n records to it (via dialog) 2012-10-18 15:41:23 +02:00
view_list.js [FIX] in-group pagination of list views 2012-10-17 13:58:45 +02:00
view_list_editable.js [FIX] fetching of table cells to match form inputs to 2012-10-17 15:43:51 +02:00
view_tree.js [IMP]In rpc method remove callback and modify relate code 2012-10-03 17:58:36 +05:30
views.js [FIX] removed dirty hack to put buttons in footer of dialogs with an official dirty feature 2012-10-16 14:56:27 +02:00