odoo/addons/base/static/src/js
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
..
base.js [IMP] do_action on controller 2011-07-19 12:27:07 +02:00
chrome.js [IMP] remove base from listed modules 2011-07-23 15:53:44 +02:00
controller.js [fix] lot of bugs with contollers due to merge 2011-07-22 18:27:01 +02:00
data.js [imp] changed DataSet behavior to be more logical 2011-07-22 18:03:34 +02:00
dates.js [FIX] fixed dates.js 2011-05-12 16:38:35 +02:00
form.js [FIX] temporarly disable date, datetime 2011-07-22 18:50:56 +02:00
list-editable.js [FIX] reload records on listview edition cancel (in case some action changed a value while in form mode) 2011-07-15 09:18:53 +02:00
list.js [ADD] resequencing of list rows 2011-07-22 17:01:14 +02:00
search.js [FIX] race condition introduced in nicolas.vanhoren@openerp.com-20110722154419-9g31mwfsuv67rjz3 2011-07-25 11:10:49 +02:00
view_help.js [IMP] do_action on controller 2011-07-19 12:27:07 +02:00
view_tree.js [IMP] do_action on controller 2011-07-19 12:27:07 +02:00
views.js [merge] 2011-07-22 18:19:04 +02:00