You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Already did several installation of odoo and aeroo report in Ubuntu with no issues.
Currently im working with redhat, Odoo is already running, and aeroolib is installed.
However, when im trying to install report_aeroo module in Odoo, This Error will appear "No module named aeroolib".
This is the commands i executed with the installation of aeroolib:
sudo su root
git clone https://github.com/jamotion/aeroolib.git
cd aeroolib
python setup.py install
Does this issue have something about library path in report_aeroo module?
I found below code segment in report_aeroo module which i think is the cause of the issue:
from aeroolib import version as aeroolib_version
from aeroolib.plugins.opendocument import Template, OOSerializer
Maybe in Redhat, aeroolib is installed in different path?
Please verify if I understand the Issue correctly .
Should I edit some code from the above segment or should i just move the file location of aeroolib?
Any answer can help me, Thanks!
The text was updated successfully, but these errors were encountered:
I Already did several installation of odoo and aeroo report in Ubuntu with no issues.
Currently im working with redhat, Odoo is already running, and aeroolib is installed.
However, when im trying to install report_aeroo module in Odoo, This Error will appear "No module named aeroolib".
This is the commands i executed with the installation of aeroolib:
sudo su root
git clone https://github.com/jamotion/aeroolib.git
cd aeroolib
python setup.py install
Does this issue have something about library path in report_aeroo module?
I found below code segment in report_aeroo module which i think is the cause of the issue:
from aeroolib import version as aeroolib_version
from aeroolib.plugins.opendocument import Template, OOSerializer
Maybe in Redhat, aeroolib is installed in different path?
Please verify if I understand the Issue correctly .
Should I edit some code from the above segment or should i just move the file location of aeroolib?
Any answer can help me, Thanks!
The text was updated successfully, but these errors were encountered: