OCA/ansible-odoo

Failing to download wkhtmltox

Closed this issue · 1 comments

Hello,

I am using vagrant with ubuntu xenial and I am trying to install Odoo 8. When I get to the "Download wkhtmltox" step it fails with a 404. The file wkhtmltox-0.12.1_linux-xenial-amd64.deb does not exist.

I believe something is broken with the odoo_wkhtmltox_urls, since there is not a package that uses ansible_distribution_name for the xenial case. I am not sure if the generic package could work.

On the repo readme file it says that Odoo 8, 9 and 10 works for Ubuntu 16.04. Any insight on how to make it work please?

Thank you.

Hi @vonpupp ,
Thanks for the report. Indeed the generic should be OK as it seems there is no Debian package anymore... but I need to change the logic of this role to install wkhtmltox from the generic package and not from the Debian one. You should install it manually for now.