Hello,
Report not print properly on server even wkhtmltopdf install properly with suitable version.
Please help me!!

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
Report not print properly on server even wkhtmltopdf install properly with suitable version.
Please help me!!

Hello,
for that:
1. Add the following line inside odoo/addons/report/models/report.py file line no. 190.
base_url = self.pool['ir.config_parameter'].get_param(cr, uid, 'web.base.url.report')
2. Add the server parameter web.base.url.report with value http://0.0.0.0:8069 (Running Port).
3. Restart the Server and It will work.
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
1
2月 21
|
3293 | |||
|
2
4月 23
|
9692 | |||
|
2
12月 23
|
13947 | |||
|
3
7月 22
|
24365 | |||
|
2
6月 21
|
19474 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.