Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
1844 Vistas

we have some very large purchase orders (> 80Purchase_order_lines)

Confirming such purchase orders takes very long. sometines it takes too long and gets timeout (Timeout already updated to 280)

Avatar
Descartar

If you are using the Enterprise Edition, you may want to get in touch with Odoo support for help with this.

Mejor respuesta

Hi,

Try adding more time in limit_time_cpu and limit_time_real this give you more time to save data.
limit_time_cpu = 3600
limit_time_real = 3600

Avatar
Descartar