Aeroo Reports Linux server
http://www.alistek.com/wiki/index.php/Aeroo_Reports_Linux_server
# cd /opt
# bzr branch https://launchpad.net/aeroo
# bzr branch https://launchpad.net/aeroolib
Please check the directory containing bzrlib is on your PYTHONPATH.
解決: 切換到python2.6再安裝
# bzr branch https://launchpad.net/aeroo
# bzr branch https://launchpad.net/aeroolib
Aeroo Reports Installation
1.Install Aeroo Reports Library - Python module:
# su - openerp
$ bzr branch lp:aeroolib
$ cd aeroolib/aeroolib
-- $ python ./setup.py install
$ /opt/openerp/GreenOdoo/runtime/python/bin/python ./setup.py install
結果:
Installed /opt/openerp/GreenOdoo/runtime/python/lib/python2.7/site-packages/Genshi-0.7-py2.7-linux-x86_64.egg
Searching for lxml==2.3
Best match: lxml 2.3
Processing lxml-2.3-py2.7-linux-x86_64.egg
lxml 2.3 is already the active version in easy-install.pth
Using /opt/openerp/GreenOdoo/runtime/python/lib/python2.7/site-packages/lxml-2.3-py2.7-linux-x86_64.egg
Finished processing dependencies for aeroolib==1.2.0
重啟
2.Restart openerp-server
3.Install Aeroo - OpenERP module via Administration-> Modules Management
a)Manually: Copy Aeroo modules to $serverpath/openerp-server/addons/..
b)Through OpenERP interface: Administration/Modules/Update Modules List
c)Install necessary modules via OpenERP standard module installation interface:
OpenERP module - report_aeroo
Description of module: This is base Aeroo Report Engine module. It can be installed alone and does only basic .odt/.ods output for reports. No need for OpenOffice/LibreOffice UNO environment setup if you use this module only.
OpenERP module - report_aeroo_ooo
(Do not install at this point! Installation is described in section report_aeroo_ooo installation)
Description of module: This is module for adding additional reports outputs such as .pdf, .doc, .xls. As it depends on OpenOffice/LibreOffice conversion capabilities, an OpenOffice/LibreOffice UNO environment setup is necessary.
OpenERP module - report_aeroo_printscreen
Description of module: This is module for printing any GTK client interface object to desired output. Note: It doesn't work from web client, cause it has no Print Screen capabilities.
OpenERP module - report_aeroo_sample
Description of module: This is module for adding sample reports for easier understanding basic reporting templates.
4.Restart OpenERP server.
If everything went well, system is ready for reports printing basic .odt reports.
瀏覽報錯:
File "/opt/openerp/GreenOdoo/source/addons/report_aeroo/check_deps.py", line 33, in <module>
ImportError: No module named osv
Ubuntu解决办法
在/etc/apt/soureces.list中加入:
deb http://ftp.de.debian.org/debian sid main
不支持8.0 ?
相关推荐
在 Odoo 8.0 中引入 Aeroo Reports,主要是为了解决标准报告格式的局限性,提供更灵活的报表设计选项,满足企业多样化的报告需求。 Aeroo Reports 是基于 Python 开发的,因此,对于熟悉 Python 编程的 IT 人员来说...
适用于 OpenERP / Odoo 8.0 的 Aeroo 报告Odoo 8.0 的 aeroo 报告正式发布可用所以请在上调用您的所有问题、问题和拉取请求。 感谢你的帮助! 亲切的问候伦佐
report_aeroo_sampleOdoo 8.0 的 aeroo 报告正式发布可用所以请在上调用您的所有问题、问题和拉取请求。 感谢你的帮助! 亲切的问候伦佐
report_aeroo_oooOdoo 8.0 的 aeroo 报告正式发布可用所以请在上调用您的所有问题、问题和拉取请求。 感谢你的帮助! 亲切的问候伦佐
默认情况下,您将拥有资产负债表和利润损失报告,但您可以使用 Odoo 中的财务报告功能设计自己的报告##用户使用说明 如果要使用报表模块,用户需要在服务器和OpenERP中安装Aeroo模块以及Openoffice相关插件。...