This question has been flagged
1 Reply
2981 Views

Hello


the moment we click 'print' on a quotation to create a pdf, Odoo only prints the content of the quotation form and does not show the header and the footer as defined in the company settings.

(RML is ok, company settings are all filled out (VATnr, bank accounts, company logo)


We are working on odoo V8.

the module sale_layout was installed as well.

WKhtmltopdf is installed -- V0.12.0 (not the buggy 0.12.2)


Can this be an issue of rights management?

thanks in advance


best regards

Jonas

 



Avatar
Discard
Best Answer

Try this version of wkhtmltopdf:


sudo wget http://downloads.sourceforge.net/project/wkhtmltopdf/archive/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb

sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb

sudo cp /usr/local/bin/wkhtmltopdf /usr/bin

sudo cp /usr/local/bin/wkhtmltoimage /usr/bin

Avatar
Discard