odoo Unable to find Wkhtmltopdf on this system
On an odoo installation, I got the error “Unable to find Wkhtmltopdf on this system”, when generating reports. This error was because server had old version of wkhtmltopdf installed. You can download and install latest version of wkhtmltopdf from https://wkhtmltopdf.org/downloads.html On Ubuntu 20.04, the error is fixed by Remove currently installed wkhtmltox apt remove –purge … Read more