v 8.0 v 10.0 v 11.0 v 12.0 Third Party 5421
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 1741
Technical Name jasper_reports
LicenseAGPL-3
Websitehttp://www.nan-tic.com, http://www.serpentcs.com
Versions 8.0 10.0 11.0 14.0 15.0 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 1741
Technical Name jasper_reports
LicenseAGPL-3
Websitehttp://www.nan-tic.com, http://www.serpentcs.com
Versions 8.0 10.0 11.0 14.0 15.0 12.0

Jasper Report

This Module Gives The Features for creating Jasper Reports

Configure Java path

In your Odoo web interface, under the Company Data -> Jasper Configuration, add java path.

Jasper Report Menu

In your Odoo web interface, under the Technical section, jasper reports menu is there.

Jasper Data Template

From your Jasper Menu, Create a jasper reports data template file.

Design Jasper Report

In Jasper Studio, import the .xml file which was generated from Odoo and design your Jasper Report as .jrxml.

Create Jasper Report

Create a jasper reports for your module with your .jrxml file.

Demo reports can be founded in jasper_reports/demo folder.

Print Jasper Report

Example Of Jasper Report

Jasper Report 'uuid' error

Error:

"Attribute 'uuid' is not allowed to appear in element 'jasperReport'."


Solution:

Solution 1: Open the .jrxml file created and remove uuid attributes.
Solution 2: Go to the Jasper Studio --> 'Window' --> 'Preferences'
Jasper Studio --> Compatibility --> In the drop down select/apply 'JasperReports 3.5.1'

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
Carlos Morán
on 1/23/21, 11:29 PM

Not working with workers. I got EXCEPTION: [Errno 99] Cannot assign requested address (99, 'Cannot assign requested address')


JasperStarter
by
Mihai Pop
on 12/12/19, 6:44 AM

Hi - Have you considered to run this module using JasperStarter? You simply need to run a shell command with the correct params to compile the report and then return the file generated. Is there a chance this can become available for v13? Thanks

Re: JasperStarter
by
Jay Vora - SerpentCS
on 12/15/19, 2:23 AM Author

Mihai, Yes its in the pipeline! You may contribute by various ways - controbuting code, reviewing, funding, testing! Thanks,


by
mothermonster454@gmail.com
on 10/2/19, 12:37 AM

Does it support for V11 Enterprise?

Re:
by
Jay Vora - SerpentCS
on 10/2/19, 5:43 PM Author

Yes.


Followup on: odoo.addons.jasper_reports.JasperReports.jasper_server: EXCEPTION: [Errno 111] Connexion refusée (111, 'Connexion refusée')
by
Vimal Patel
on 7/22/19, 1:56 AM

Hello Drees Far, If you are using workers, do use the jasper_load module(https://www.odoo.com/apps/modules/11.0/jasper_load/) and mention the module among the server wise load modules. eg : load=web,jasper_load. Thanks


odoo.addons.jasper_reports.JasperReports.jasper_server: EXCEPTION: [Errno 111] Connexion refusée (111, 'Connexion refusée')
by
Drees Far
on 7/20/19, 6:25 PM

Hello Team; I have tried to use your module but when i click to print report i got this error: odoo.addons.jasper_reports.JasperReports.jasper_server: EXCEPTION: [Errno 111] Connexion refusée (111, 'Connexion refusée') Im_chat not installed workers=4 list_db =False I have tried everything but it dosnt work need help please


Followup on: The is a dependence that it is not commented jasper_load
by
Hiren SerpentCS
on 6/14/19, 7:23 AM

"""Why you haven't mention that jasper_load is a dependency? """ The dependency of the jasper_load module is already mentioned on the manifest file (https://github.com/JayVora-SerpentCS/Jasperreports_odoo/blob/11.0/jasper_reports/__manifest__.py#L48) Even if you don't care about reading dependency manually from module manifest, Odoo will give you a warning when you install module saying "jasper_load module is missing" """There is also an error in the jasper_report JS file, have you tested your own module?""" Can you please provide us the error log? Looking at the number of Users using this module we don't think we need to test module everyday. (We will if you can point some issues, Feel free to report it at https://github.com/JayVora-SerpentCS/Jasperreports_odoo/issues) As the module is contributed on App store you are welcome to Improve it. (https://github.com/JayVora-SerpentCS/Jasperreports_odoo/tree/11.0) Thanks, Have a nice day.


Followup on: The is a dependence that it is not commented jasper_load
by
Hiren SerpentCS
on 6/14/19, 6:41 AM

"""Why you haven't mention that jasper_load is a dependency? """ The dependency of the jasper_load module is already mentioned on the manifest file (https://github.com/JayVora-SerpentCS/Jasperreports_odoo/blob/11.0/jasper_reports/__manifest__.py#L48) Even if you don't care about reading dependency manually from module manifest, Odoo will give you a warning when you install module saying "jasper_load module is missing" """There is also an error in the jasper_report JS file, have you tested your own module?""" Can you please provide us the error log? Looking at the number of Users using this module we don't think we need to test module everyday. (We will if you can point some issues, Feel free to report it at https://github.com/JayVora-SerpentCS/Jasperreports_odoo/issues) As the module is contributed on App store you are welcome to Improve it. (https://github.com/JayVora-SerpentCS/Jasperreports_odoo/tree/11.0) Thanks, Have a nice day.


The is a dependence that it is not commented jasper_load
by
israel
on 6/14/19, 3:56 AM

Why you haven't mention that jasper_load is a dependency? There is also an error in the jasper_report JS file, have you tested your own module?


Followup on Comments/Questions
by
Hiren SerpentCS
on 6/6/19, 8:56 AM

Module is not available for v12 yet, (You can check progress on https://github.com/JayVora-SerpentCS/Jasperreports_odoo/tree/12.0 , We will add message there once it is ready for v12) ----------------- Hello Turki, You should set correct db_user/password in your config file. (or set correct ICP with same key) ----------------- Hello Chadiran, It seems you're using ireport-4.5.1 (which is deprecated by Jasper Soft) Please consider using Jaspersoft Studio 6.* Thanks


by
turki makki
on 5/21/19, 8:42 AM

Hello , when i am printing the report I got this error : Failed to invoke method execute in class com.nantic.jasperreports.JasperServer: FATAL: authentification par mot de passe ��chou��e pour l'utilisateur �� digitec �� Thanks for help.


I am getting error while trying to use jasper module
by
chadiran
on 2/25/19, 11:54 PM

i am using ireport-4.5.1 version and java path default within the jasper module. I am getting the below error Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) or else i am getting the below error field 'path' does not exist in res.users while take print in res.users


Support Odoo 12
by
veeraphol
on 1/16/19, 2:54 AM

This Jasper report is already support Odoo version 12 ?


Jasper odoo 12
by
Optesis sarl
on 1/6/19, 12:52 PM

Hello, is there a version for Odoo 12? Regards