Hello Guys
A fresh install on Ubuntu 18.04 latest update applied
Odoo v11 install from git
Odoo claims that wkhtmltopdf is not installed
I did the following
sudo wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
## this take care of the needed dependencies
sudo apt install -y ./wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo ln -s /usr/local/bin/wkhtmltopdf /usr/bin
sudo ln -s /usr/local/bin/wkhtmltoimage /usr/bin
Thanks in advance
UPDATE
Thanks for the response but I do want to use the last version as stated by Odoo
and the problem occurs only when installing Odoo in /opt/oddo not when installing in /odoo