-
Notifications
You must be signed in to change notification settings - Fork 145
Documentation
hiren-serpentcs edited this page May 11, 2018
·
12 revisions
- Install jasper_reports module in Odoo v11.
- Download and Install Jasper Studio from here.
- Activate Developer mode in Odoo.
- After installing the jasper_reports module, from Odoo interface, go to
- Company -> Jasper Configuration and add your Java executable path there.
- To design a jasper report, we will need the data template (.xml) file. For that, go to Settings -> Technical -> Jasper Reports -> Create Data Template.
- For example, if we want to create Jasper Report for Sale Order, we will select Quotation model and give the depth of 2 and click on Create.
- This will create a Quotation_template.xml file which we will be used for Report Design.