InstallScript
InstallScript copied to clipboard
invoice header and footer issue
when i installed odoo with this script on MY server ubuntu 22.04 , i faced an issue with wkhtmltopdf version i guess , because when i print the invoice i miss the footer and the header in the invoice , do you have a solution for that ?
Install wget utility package
sudo apt update sudo apt install wget
Install wkhtmltopdf on Ubuntu: wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo dpkg -i wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo apt-get install -f you can follow above steps
this worked for me thank you