Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
10704 Näkymät

I've tried multiple versions of wkhtmltopdf and also configured the report.url to the address of our odoo onlineshop and the webkit_path is set to /usr/bin/wkhtmltopdf

The pdf report is showing only the text with the footer, but without the header. Everything aligned to the left side and no colors. So it seems the css is not integrated. How could I investigate furthur? Where might be my problem?

Avatar
Hylkää

Hi Terdiadev,


Usually this has to be doing with the Wkhtmltopdf version. The best is to use version 0.12.1 (as you can read here: https://github.com/odoo/odoo/issues/5177 )
If this is not the problem then have a look at Settings > Technical > Parameters > System parameters and make sure that the parameter 'web.base.url' contains the value 0.0.0.0:8069 or localhost:8069 or 127.0.0.1:8069. If this is not the case change it and create a new parameter.
Give the parameter the name 'web.base.url.freeze' and under value fill in 'True'.

Either one of those two will fix your problem.
Yenthe

Tekijä Paras vastaus

Hi Yenthe,

thanks for your good summary of what should be done!

With your help I got it to work! I'll explain my solution for others:

First I removed my other wkhtmltox with 'apt-get remove --purge wkhtmltox'

Then 'cd ~/tmp' and got me the 0.12.1 wkthmltopdf with 'wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb'

I installed it with 'dpkg -i  wkhtmltox-0.12.1_linux-trusty-amd64.deb' and then copied the files to /usr/bin/ with

'cd /usr/locale/bin/'

'mv wkhtmltoimage /usr/bin'

'mv wkhtmltopdf /usr/bin'

I verified the version with 'cd -' and 'wkhtmltopdf --version'

Then I restarted odoo and went as Yenthe explained to  Settings > Technical > Parameters > System parameters and changed the web.base.url parameter to http://mywebsitewithodoo.com:8069

I figured that I did not need to set web.base.url.freeze to True

Thanks a lot!

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
7
maalisk. 22
56708
1
huhtik. 23
1573
1
helmik. 23
11411
2
toukok. 21
3594
1
kesäk. 20
3032