This Module Gives The Features for creating Jasper Reports
In your Odoo web interface, under the Company Data -> Jasper Configuration, add java path.
In your Odoo web interface, under the Technical section, jasper reports menu is there.
From your Jasper Menu, Create a jasper reports data template file.
In Jasper Studio, import the .xml file which was generated from Odoo and design your Jasper Report as .jrxml.
Create a jasper reports for your module with your .jrxml file.
Demo reports can be founded in jasper_reports/demo folder.
If you are using workers, do use the jasper_load
module and mention the module among the Server Wise load modules.
i.e.: load=web,jasper_load
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.