odoo/addons/web
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
..
controllers web remove common, fix imports 2012-10-10 22:37:53 +02:00
doc [MOVE] datagroup to a private ListView API 2012-10-17 12:52:13 +02:00
i18n Launchpad automatic translations update. 2012-10-13 04:49:41 +00:00
static [FIX] only reload m2m listview once after adding n records to it (via dialog) 2012-10-18 15:41:23 +02:00
test_support [IMP] remove OpenERP Enterprise old code 2012-08-27 23:32:12 +02:00
tests [FIX] web/tests: `import openerp.addons.web` instead of `import web`. 2012-10-15 15:49:18 +02:00
__init__.py web remove common, fix imports 2012-10-10 22:37:53 +02:00
__openerp__.py [REM] import from core, moving to module 2012-09-11 08:36:07 +02:00
http.py web remove common, fix imports 2012-10-10 22:37:53 +02:00
nonliterals.py web remove common, fix imports 2012-10-10 22:37:53 +02:00
session.py web remove common, fix imports 2012-10-10 22:37:53 +02:00