Skip to content
hiren-serpentcs edited this page May 11, 2018 · 12 revisions

Prerequisites:

  1. Install jasper_reports module in Odoo v11.
  2. Download and Install Jasper Studio from here.
  3. Activate Developer mode in Odoo.

Configuring jasper_reports module:

Adding Java path :

  • After installing the jasper_reports module, from Odoo interface, go to
  • Company -> Jasper Configuration and add your Java executable path there.

JAVA PATH

Example :

Creating Jasper Report for Sale Order:

Create Data template from Odoo

  1. To design a jasper report, we will need the data template (.xml) file. For that, go to Settings -> Technical -> Jasper Reports -> Create Data Template.
  2. 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.
  3. This will create a Quotation_template.xml file which we will be used for Report Design.

DATA TEMPLATE

Clone this wiki locally