[MERGE] ir_values cleanup (and a bugfix).
authorVo Minh Thu <vmt@openerp.com>
Mon, 3 Oct 2011 16:14:04 +0000 (18:14 +0200)
committerVo Minh Thu <vmt@openerp.com>
Mon, 3 Oct 2011 16:14:04 +0000 (18:14 +0200)
commit80d917593d3b76c7f4d22506fceaf30a4e832b43
treea30c628edb2bad1b5b3aa66b3f0bbc53b172d203
parentbf3d0d604c89edfd709603c8ca261d020e9ac748
parentb04d607ec4d005a74bd13b38b172680e21e4933b
[MERGE] ir_values cleanup (and a bugfix).
The main changes are:
- obsolete columns have been removed totally from ir.values (the meta* stuff, and the object column)
- existing columns have been documented, but preserved
- the set() and get() methods are deprecated, and internally delegate their tasks to the new set_action/get_actions and set_default/get_defaults.
- the API is now documented
- the administration UI for ir.values has been split in 2: defaults and action bindings now have their own menus and views
- added some new YAML (smoke-)tests.

bzr revid: vmt@openerp.com-20111003161404-s5wjo99q90oi435q