This question has been flagged

I have recently found this repository:

https://github.com/jamotion/aeroo

and i'm interested in implementing Aeroo Reports in v8. I've found a tutorial from Serpent Consulting as follows:

http://www.serpentcs.com/serpentcs-setup-aeroo-report-engine-for-openerp

As well as instructions for v6 from Alistek as follows:

http://www.alistek.com/wiki/index.php/Aeroo_Reports_Linux_server

However i'm unable to get it working in 8.0. I'm particularly interested in being able to export product catalogs to .doc, .xls, etc. with product pictures, and other custom fields, as I believe it would be extremely useful for exporting product catalogs for print among other things.

Has anyone successfully implemented this in v8?

Avatar
Discard
Best Answer

Luke,

You might like to see https://github.com/jamotion/aeroo.

Thanks.

Avatar
Discard
Author

@Serpent, Thanks for your message. I've tried to install the jamotion fork of Aeroo on both Ubuntu 14.04 (there are no compatible uno packages for 14.04 anymore) and on Debian 7.6, and I am having this issue: (please see third from the bottom): https://github.com/jamotion/aeroo/issues/6 base_serialised_fields is installed and all dependencies listed on the github profile are installed also. The install gets stuck on the install process and stays in 'installing' status in the local modules list. I've checked the debug and debug_sql logs and can't seem to find anything that helps pinpoint what the problem is. My suspicion is that it may be due to a missing dependency, or one that has not been installed in the place that the module is looking for it, however I cannot seem to figure out what. I think there are a number of other people with the exact same issue. I would like to ask if you have successfully installed it on 8.0 and if so, what OS and OS version did you install, and what dependencies did you install? Any advice on this would be very much appreciated. I believe there are a huge number of people looking to implement this module in their new 8.0 instances and are unable to due to these issues.

On Monday 23 March 2015 09:26 AM, Luke Branch wrote:
<blockquote cite="mid:1427083002.326102972030640.309257452280712-openerp-63561-forum.post@accounts-a.odoo.com" type="cite">

@Serpent,

Please refer to this new guide:

https://www.odoo.com/forum/help-1/question/solved-8-0-how-can-i-install-the-official-aeroo-reports-alistek-for-odoo-version-8-76044

--
Luke Branch
Sent by Odoo S.A. using Odoo about Forum Post False Wow Luke, we appreciate that!

We shall then update the blog too.

--

Thanks,
Regards,
<img src="cid:part5.07040703.01070907@gmail.com">
Serpent Consulting Services.
Web : http://www.serpentcs.com
Twitter: jaynvora, husendaudi
Skype: jaynvora, husen.daudi
Blog : http://www.serpentcs.com/blog
Author Best Answer

For anyone looking to get Aeroo Reports setup on Odoo 8.0 i've added all of the dependencies required (to the best of my knowledge) thanks to github.com/jamotion. In order to setup Aeroo Reports on Odoo 8.0 you need an Ubuntu 12.04 install to provide support for the python-uno and uno packages which are not supported in Ubuntu 14.04.

For those that are interested in getting Odoo 8.0 with Aeroo Reports setup on a clean Ubuntu 12.04 machine, i've added the dependencies to this install script:

https://github.com/lukebranch/openerp-install-scripts/blob/master/odoo-saas4/ubuntu-14-04/odoo_install.sh

For those of you that want to add Aeroo Reports support to an exsisting Odoo 8.0 install please refer to github.com/jamotion 's gist here and install required dependencies that are missing from your install:

https://gist.github.com/rm-jamotion/d61bc6525f5b76245b50

You'll need to clone this repository into your Odoo addons directory (I chose /opt/odoo/custom/aeroo/):

https://github.com/jamotion/aeroo

and you'll need to add the addons directory to your addons directory list (openerp-server.conf or /etc/odoo-server.conf in my case).

Avatar
Discard

Hi Luke, during install I get following: Downloading/unpacking gcc Could not find any downloads that satisfy the requirement gcc Cleaning up... No distributions at all found for gcc Storing debug log for failure in /home/markoprijatelj/.pip/pip.log and Command python setup.py egg_info failed with error code 2 in /tmp/pip_build_root/gevent-psycopg2 Storing debug log for failure in /home/markoprijatelj/.pip/pip.log