콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
16779 화면

hello everybody,

i'm using odoo 8 for the first time i try to print a report and i get this error sale -> quotations -> print quotation

Report (PDF)

Wkhtmltopdf failed (error code: -11). Message:

아바타
취소

Check this: https://www.odoo.com/forum/ayuda-1/question/wkhtmltopdf-failed-error-code-11-75795#answer_98751

베스트 답변

You need to install wkhtmltox-0.12.1

wkhtmltox-0.12.2.1 formating has issue and we should stick to the wkhtmltox-0.12.1until a new release is out.

I suggest upon installing try to run your server on CLI

either by

# ./openerp-server --config=<your config file>

or

# ./odoo.py --config=<your config file>

And you should see a similar log entry below.

2015-07-13 17:37:36,001 129586 INFO &lt;your db instance> openerp.addons.report.models.report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 

This indicates that your wkhtmltopdf package is installed properly and could be found.

아바타
취소
작성자

i tried wkhtmltox-0.12.1 but its always ths same error

작성자 베스트 답변

There is no error message in server log only the message that i write before, & i'm using wkhtmltox-0.12.2.1 version

아바타
취소
베스트 답변

Please paste the complete error message from server log, the version of Wkhtmltopdf you are using and in what platform (linux version or windows version).

Wkhtmltopdf must be at least version 0.12.0 for Odoo. To see what version you have do a 

wkhtmltopdf -V

from a console.

아바타
취소
베스트 답변

if you using report-rtl then edit addons/report_rtl/models/report.py file in line 90 to be something like this 

command_args = ['--load-error-handling','ignore']

save & restart odoo

regards,

SaFi

아바타
취소
관련 게시물 답글 화면 활동
2
3월 24
2413
1
2월 24
3263
1
2월 18
12234
16
2월 17
47714
0
3월 25
2231