odoo/addons/base/static/src/js
niv-openerp 25a1a7fba0 [imp] refactored dataset to use get_context()
+ added parenting in o2m and form view
+ modified on_change so it will crash if it can not resolve on of the arguments

bzr revid: nicolas.vanhoren@openerp.com-20110629143707-xtxr2iuui71e675p
2011-06-29 16:37:07 +02:00
..
base.js [FIX] re-add editable list activation, broken during mobile client merge 2011-06-16 09:44:59 +02:00
chrome.js [imp] made some modifications in rpc() that could possibly break compatibility, made the error_callback consistant (never overwrites the default one) and removed the default context 2011-06-29 12:28:58 +02:00
data.js [imp] refactored dataset to use get_context() 2011-06-29 16:35:06 +02:00
dates.js [FIX] fixed dates.js 2011-05-12 16:38:35 +02:00
form.js [imp] refactored dataset to use get_context() 2011-06-29 16:35:06 +02:00
list-editable.js [FIX] When using return on an action button, triggers both click and keyup, so we have to disable keyup as well on buttons in editable list, or it gets forwarded to the list itself (and executes action + double saves) 2011-06-21 17:57:05 +02:00
list.js [IMP] use type void instead of null for jsdoc annotations 2011-06-29 15:58:49 +02:00
search.js [FIX] add property length on FilterGroup so SearchView.field knows that it has sub-filters and can display them 2011-06-24 16:05:08 +02:00
tree.js [FIX] Fixed tree variable declaration 2011-05-23 16:46:40 +02:00
views.js [merge] 2011-06-28 19:23:04 +02:00