Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invoice header and footer issue #417

Open
amin-bdf opened this issue May 8, 2024 · 1 comment
Open

invoice header and footer issue #417

amin-bdf opened this issue May 8, 2024 · 1 comment

Comments

@amin-bdf
Copy link

amin-bdf commented May 8, 2024

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 ?

@amin-bdf
Copy link
Author

amin-bdf commented May 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant