コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6858 ビュー

Executing aprox 400 pages calculated previously on a python function. When I send it wo the pdf this collapse and give the error code -11, but in a mehtod for XLS this is ok. ANd when i print the report locally this works fine.

Can someone say what is the code -11?


WKHTML verrsions:

local:    0.12.1

Cloud:  0.12.2.1

アバター
破棄

Did you have a look there : https://github.com/odoo/odoo/issues/9139

最善の回答

This error is about memory limit in odoo configuration file.

You can change following options :

  • limit_memory_hard = 1572864000

  • limit_memory_soft = 1073741824

With these settings, Odoo should be able to generate your reports

アバター
破棄

Did it really solved the issue? I have the same issue but don't succeed with this conf

It looks like it's not sufficient for solving this issue : https://github.com/odoo/odoo/issues/9139

関連投稿 返信 ビュー 活動
2
6月 18
12745
wkhtmltopdf 解決済
3
6月 18
5073
2
9月 15
7268
3
3月 19
7576
1
6月 25
1212