odoo/addons/web/static/src/js
Fabien Meghazi 77e8414dd2 [FIX] Remove bad undefined value returned instead of a real promise.
Thanks Valentin ! I didn't paid attention to this potential problem.
I guess we'll have to review the usage of promises as openerp callback
return value because any addons adding a callback could potentially break
the promises.

bzr revid: fme@openerp.com-20111011135820-v1lx6uj1siqbq7m6
2011-10-11 15:58:20 +02:00
..
boot.js [IMP] web_preload js part 2011-09-27 13:14:02 +02:00
chrome.js [fix] problem in database when creating a new database 2011-09-29 16:57:51 +02:00
core.js [fix] just return a promise where necessary 2011-10-04 18:11:16 +02:00
data.js [fix] problem in idea view 2011-10-10 17:00:12 +02:00
data_export.js [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb 2011-09-07 11:37:43 +02:00
data_import.js [ADD] basic auto-matching of imported file columns to model fields 2011-09-26 12:07:44 +02:00
dates.js rename base into web part1 2011-09-05 13:03:09 +02:00
formats.js [FIX] Do not compute modifiers for aggregates in list view. 2011-10-05 17:32:02 +02:00
search.js [FIX] search selection default value in case no default is set: select option with value 'false' if there's any 2011-10-07 10:29:05 +02:00
view_form.js [FIX] Remove bad undefined value returned instead of a real promise. 2011-10-11 15:58:20 +02:00
view_help.js rename base into web part1 2011-09-05 13:03:09 +02:00
view_list.js [fix] dirty fix of the problem with list views in o2m 2011-10-10 16:36:34 +02:00
view_list_editable.js [FIX] correctly update pager when adding a new record in an editable list 2011-10-07 09:20:19 +02:00
view_tree.js [IMP] copy colorization code from listview to treeview 2011-10-11 13:29:24 +02:00
views.js [FIX] ignore invalid url hashchanges 2011-10-10 22:34:41 +02:00