0% found this document useful (0 votes)
53 views1 page

Odoo 7.1 Report Declaration Guide

In version 7.1 of Odoo, the recommended way to register a report is to use only the <report> XML tag. The tag can now support an additional parser attribute specifying a custom report parser class. This deprecates manually instantiating report classes in Python modules to make all reports visible in the database and have a single declaration method.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Odoo 7.1 Report Declaration Guide

In version 7.1 of Odoo, the recommended way to register a report is to use only the <report> XML tag. The tag can now support an additional parser attribute specifying a custom report parser class. This deprecates manually instantiating report classes in Python modules to make all reports visible in the database and have a single declaration method.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

27.11.

2014

Reportdeclaration

Navigation
Navigation
Modules(../03_module_dev/)
Reportdeclaration

Versions
trunk
server(/trunk/server/)
website_payment
(/trunk/website_payment/)
website_event
(/trunk/website_event/)

Report declaration
Newinversion7.1.
Beforeversion7.1,reportdeclarationcouldbedoneintwodifferentways:eitherviaa <report> tagin
XML,[Link]
modulewasnecessarywhenacustomparserwasused.
Inversion7.1,therecommendedwaytoregisterareportistouseonlythe <report> [Link]
cannowsupportanadditional parser [Link]
name,withouttheleading [Link]. namespace.
Note
Therationaltodeprecatethemanualclassinstanciationistomakeallreportsvisibleinthedatabase,
haveauniquewaytodeclarereportsinsteadoftwo,andremovetheneedtomaintainaregistryof
reportsinmemory.

website_blog
(/trunk/website_blog/)
crm(/trunk/crm/)
hr_recruitment
(/trunk/hr_recruitment/)
web_kanban_gauge
(/trunk/web_kanban_gauge/)
project_issue
(/trunk/project_issue/)
mail(/trunk/mail/)
mass_mailing
(/trunk/mass_mailing/)
web_kanban_sparkline
(/trunk/web_kanban_sparkline/)
web_graph(/trunk/web_graph/)
web(/trunk/web/)
email_template
(/trunk/email_template/)
hw_proxy(/trunk/hw_proxy/)
project(/trunk/project/)
hr_holidays
(/trunk/hr_holidays/)
training(/trunk/training/)
7.0(/7.0/)
ar(/7.0/ar/) de(/7.0/de/)
el(/7.0/el/) es(/7.0/es/)
fr(/7.0/fr/) hr(/7.0/hr/)
id(/7.0/id/) it(/7.0/it/)
ja(/7.0/ja/) lt(/7.0/lt/)
pl(/7.0/pl/)
[Link]

1/4

You might also like