odoo/addons/base/static/openerp/js
Xavier Morel 98037d1fe5 [IMP] use .toggle(condition) instead of if(condition) .show() else .hide()
bzr revid: xmo@openerp.com-20110325072607-gbz2z3rsnv140fgu
2011-03-25 08:26:07 +01:00
..
base.js window.openerp is is now a regular object, split controllers into chrome and views 2011-03-17 00:56:34 +01:00
base_chrome.js [FIX] shut up the annoying console spamming by default. To enable it, set 'openerp.debug' to true or add 'debug' at the start of the querystring 2011-03-24 21:48:13 +01:00
base_views.js [IMP] use .toggle(condition) instead of if(condition) .show() else .hide() 2011-03-25 08:26:07 +01:00
tests.js [IMP] implement DataSet.find, rename .ids() to .fetch() (and the corresponding event), make list and form views use the new dataset API 2011-03-23 09:34:41 +01:00