In Odoo/OpenERP, when we are generating a Aeroo report, we must start these below two server.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libreoffice
Start Libreoffice with these command.
cd /usr/lib/libreoffice/program/ #to move to the libreoffice:
./soffice -nologo -nofirststartwizard -headless -norestore -invisible "-accept=socket,host=localhost,port=8100,tcpNoDelay=1;urp;" #Open Libreoffice server
If Telnet Server is not install in Ubuntu than visit Telnet installation guidance
Don't stop Libreoffice server and open another terminal for test localhost with Telnet Server
telnet localhost 8100
And than Go to Settings/ Modules / Update module list : Search for 'ooo' , you will find 'report_aeroo_ooo'. Install that module.
And Finally, Configure OpenOffice.org connection from Setting/Technical/Configure OpenOffice.org co. and press connect.
I hope you like this article. Share your views to improve content. Happy Learning !!!
- Libreoffice Server and
- Telnet Server
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libreoffice
Start Libreoffice with these command.
cd /usr/lib/libreoffice/program/ #to move to the libreoffice:
./soffice -nologo -nofirststartwizard -headless -norestore -invisible "-accept=socket,host=localhost,port=8100,tcpNoDelay=1;urp;" #Open Libreoffice server
If Telnet Server is not install in Ubuntu than visit Telnet installation guidance
Don't stop Libreoffice server and open another terminal for test localhost with Telnet Server
telnet localhost 8100
And than Go to Settings/ Modules / Update module list : Search for 'ooo' , you will find 'report_aeroo_ooo'. Install that module.
And Finally, Configure OpenOffice.org connection from Setting/Technical/Configure OpenOffice.org co. and press connect.
I hope you like this article. Share your views to improve content. Happy Learning !!!
No comments:
Post a Comment