I found a community module for reports called cubic reports.When I start to import that i got error called
from geraldo.utils import cm ImportError: No module named geraldo.utils.
Can any one help me over come this issue
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I found a community module for reports called cubic reports.When I start to import that i got error called
from geraldo.utils import cm ImportError: No module named geraldo.utils.
Can any one help me over come this issue
Install Cubic Reports
Download the module from https://www.openerp.com/apps/7.0/report_geraldo/
Install it from âLocal Modulesâ menu in OpenERP
Install and patch Geraldo Reports Library
$ sudo easy_install Geraldo
$ cd /usr/local/lib/python2.7/dist-packages/
$ cd Geraldo-0.4.17-py2.7.egg/
$ sudo mv geraldo geraldo.bk
$ sudo ln -s /opt/openerp/addons/report_geraldo/lib/geraldo/geraldo geraldo
In side the Geraldo file that you downloaded from "https://pypi.python.org/pypi/Geraldo" there is a file named "geraldo" in windows copy it to "C:\Program Files (x86)\OpenERP 7.0\Server" i had the same issued and it fixed it
Still have the same problem after trying Dhinesh or Panchal directions.
Any other suggestions is appreciated.