Skip to Content
Menu
This question has been flagged

Hello, i use Odoo V9 and when i would print on PDF any document, all the company informations are missing.

It is the same for the CSS with the Odoo template.

in the log i have this info twice each time:  (perhaps not related to the fact to not have any company informations on invoice)


INFO db_test openerp.addons.base.ir.ir_qweb: 'o.partner_id.lang' is not a valid language code, is an empty field or is not installed, falling back to en_US


All is defined on the company, the logo, the personnal footer line, the paper size, and so on. All is printed on the PDF, the invoices lines, the customer's informations, the taxes, total due, and so on.

But with no CSS at all, no company header, and no footer.


My Odoo release is the:  9.0.20151117  (from debian repo of openerp for debian jessie 64b)

My WkHtmlToPdf release is the: 0.12.2.1 (with patched qt)


If someone have an idea i'll read it carrefully :)  thanks by advance for your help :)


Avatar
Discard
Best Answer

Hello, 
Try these...sometimes it helps:

1-Try to upgrade 'Report' module
2.Restart odoo service
3.Restart Python
4. Follow these steps to install
    http://openies.com/install-openerp-odoo-9-on-ubuntu-server-14-04-lts/



Avatar
Discard
Best Answer

Hello, 

The problem is with wkhtmltopdf library.

If you are using Ubuntu, please download and install it as like below step in terminal and restart Odoo service and than try to print report. (If your system is 32 bit than replace amd64 with i386)

    sudo wget http://download.gna.org/wkhtmltopdf/0.12/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/ 

Avatar
Discard
Best Answer

Hello,

Try to use 0.12.1 Wkhtmltopdf ...

Regards,

Avatar
Discard
Author Best Answer

hy :)

thanks for your answer i've tryed with odoo packaged 0.12.1-2 release for jessie. I now have te footer but do not have any headers about the company. Only the customer one.

The overall invoice is without CSS styling too.

Avatar
Discard

Just try 0.12.1.0, And; Are you using odoo behind proxy server ?

Related Posts Replies Views Activity
2
Sep 22
1029
4
Apr 22
4031
1
Dec 21
4993
2
Sep 21
2934
11
Aug 16
4791