odoo/addons/web/static
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
..
lib [IMP] added missing localization files 2012-10-15 18:35:27 +02:00
src [FIX] only reload m2m listview once after adding n records to it (via dialog) 2012-10-18 15:41:23 +02:00
test [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