Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6877 Ansichten

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

Avatar
Verwerfen

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

Beste Antwort

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

Avatar
Verwerfen

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Juni 18
12767
3
Juni 18
5076
2
Sept. 15
7282
3
März 19
7590
1
Juni 25
1227