This question has been flagged
1 Reply
5024 Views

Hello everyone.

I installed openerp like «aptitude install openerp» from this repositories: http://nightly.openerp.com/

Then, I downloaded jasper report from https://www.odoo.com/apps/6.0/jasper_server/

I searched for the openerp path and I found that the addons folder where at /usr/share/pyshared/openerp/addons/ so I moved the jasper directory to that place.

Then I clicked to the updating modules menu but the jasper module didn't appear.

 

I would really appreciate any kind of help because I really need to do that. Thank you very much.

Avatar
Discard
Best Answer

1. If you download from http://nightly.openerp.com/ you have propably installed Openerp 7.

2. jasper_reports for Openerp7 is at https://launchpad.net/openobject-jasper-reports/7.0. Download with:

$ bzr branch lp:openobject-jasper-reports/7.0

3. bzr will create a folder wherein you will find another folder (jasper_report). You should point to this folder, that one that contains __init__.py, from the addon folder.

HTH.

Avatar
Discard