odoo/addons/base/static/src/js
Xavier Morel 8d35fb9a73 [FIX] send current search context to listview load (fields_view_get) so @invisible can be computed correctly
bzr revid: xmo@openerp.com-20110606084622-iwq5tn3lpegabibe
2011-06-06 10:46:22 +02:00
..
base.js [MOVE] editability code for listviews in a separate files: customizations of Form View require load-time dependencies on form.js, but form.js already depends on ListView (in order to create m2m widgets and sub-widgets), so we need to execute that part after both openep.base.list and openerp.base.form have loaded 2011-06-03 11:36:06 +02:00
chrome.js [IMP] add ability to clone-and-extend registries 2011-06-03 11:38:17 +02:00
data.js [IMP] reload of rows after action: only reload the row, not the whole tree 2011-06-03 16:37:23 +02:00
dates.js [FIX] fixed dates.js 2011-05-12 16:38:35 +02:00
form.js [FIX] style of listview editable row buttons, remove borders (to match non-editable rows) 2011-06-03 13:06:39 +02:00
list-editable.js [IMP] reload of rows after action: only reload the row, not the whole tree 2011-06-03 16:37:23 +02:00
list.js [FIX] send current search context to listview load (fields_view_get) so @invisible can be computed correctly 2011-06-06 10:46:22 +02:00
m2o.js [merge] m2o improvements 2011-05-27 11:12:23 +02:00
search.js [imp] Improved advanced filters design, added setup of manage filters. 2011-05-27 12:25:27 +02:00
tree.js [FIX] Fixed tree variable declaration 2011-05-23 16:46:40 +02:00
views.js [IMP] final fixes to list view/groups for behavior which should be correct in list view itself: 2011-05-27 11:28:11 +02:00