odoo/addons/base/static
Xavier Morel e1f9b0c600 [FIX] race condition introduced in nicolas.vanhoren@openerp.com-20110722154419-9g31mwfsuv67rjz3
if search view contains only synchronously-initialized widgets, 'self.ready.resolve()' is called before 'self' is set since 'self' is set *after* the $.when call

move 'self'-setting to the top of the function, just in case

bzr revid: xmo@openerp.com-20110725091049-q5lt2sgbfawphiuh
2011-07-25 11:10:49 +02:00
..
lib [IMP] get rid of labjs 2011-07-23 15:35:43 +02:00
src [FIX] race condition introduced in nicolas.vanhoren@openerp.com-20110722154419-9g31mwfsuv67rjz3 2011-07-25 11:10:49 +02:00
test [FIX] convert fixed ids in list view to classes (ids should either be generated or not used since each view can be instantiated several times in the same page) 2011-06-23 12:54:04 +02:00