Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
8464 Vistas

How to avoid this error in openerp processing.

The problem is that, I must lock all table in database for one cron task.

Avatar
Descartar

When you lock all table (depending on which lock you choose) you'll definitely get this error if someone tries to update. It is part of the consistency design in database. I would actually question the reason behind the decision to lock all table. If it can be eased, you might be able to work on solution.

Mejor respuesta

A possible solution: https://www.odoo.com/forum/help-1/question/transactionrollbackerror-a-possible-solution-69070

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
7
mar 25
51848
3
mar 15
21230
1
ene 24
2935
0
abr 22
4464
0
ene 17
4687