Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
8086 Visninger

How to avoid this error in openerp processing.

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

Avatar
Kassér

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.

Bedste svar

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
7
mar. 25
51154
3
mar. 15
20782
1
jan. 24
2342
0
apr. 22
4087
0
jan. 17
4409