[REF] ir.actions.report.xml: register_all do not make sense any more:
authorVo Minh Thu <vmt@openerp.com>
Fri, 22 Mar 2013 15:39:55 +0000 (16:39 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 22 Mar 2013 15:39:55 +0000 (16:39 +0100)
commitb08d7ef6bd0f1b8a36d82e238d563a37c7fa9057
tree615690afebc62d9a92f1c2a0c9e06c39d3e14db0
parent1683fc7abd3d204408c3c857ff7612a56125ed7f
[REF] ir.actions.report.xml: register_all do not make sense any more:

auto=True reports are looked up in the database for each rendering, so they do
no have to be in the report registry any longer.
auto=False reports will register themselves but at this point
they can be updated to use the new `parser` XML attribute.

bzr revid: vmt@openerp.com-20130322153955-s6nyux2pyez6c01w
openerp/addons/base/ir/ir_actions.py
openerp/modules/registry.py