Hii members of the Odoo community,
I am using Odoo 19 and Window 11
But an error occurred when I want to issue an invoice or send an order to a customer.
This is the error: Invalid operation. Wkhtmltopdf could not be found on this system. Unable to create PDF.
What I have tried:
(1) Add 2 lines to odoo.conf:
wkhtmltopdf_path = "C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe"
bin_path = C:/Program Files/wkhtmltopdf/bin
(2) Add C:\Program Files\wkhtmltopdf\bin to Environment variables
But both methods did not work