Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8056 Widoki

How to avoid this error in openerp processing.

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

Awatar
Odrzuć

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.

Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
7
mar 25
51066
3
mar 15
20702
1
sty 24
2254
0
kwi 22
4015
0
sty 17
4363