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
1333 Widoki

We constantly see this error in our logs.
And we are always having to cancel off double bills and making sure eveything is really on there.


I'm not too familiar with code, but is it saying that its the Odoo POS addon thats causing a problem - isn't that made by Odoo itself?


What can we do here? We have just started using Odoo, but this is causing us some major headaches!


2024-06-14 13:13:19,751 10 ERROR hooverdevelopments-triplebrew-live-13467950 odoo.sql_db: bad query: DELETE FROM "pos_order_line" WHERE id IN (54868, 54869, 54870, 54871, 54872, 54873)

ERROR: could not serialize access due to concurrent delete

2024-06-14 13:13:19,752 10 ERROR hooverdevelopments-triplebrew-live-13467950 odoo.sql_db: bad query: DELETE FROM "pos_order_line" WHERE id IN (54868, 54869, 54870, 54871, 54872, 54873)

ERROR: could not serialize access due to concurrent delete

2024-06-14 13:13:19,752 10 ERROR hooverdevelopments-triplebrew-live-13467950 odoo.addons.point_of_sale.models.pos_order: An error occurred when processing the PoS order Order 00057-001-0003

Traceback (most recent call last):

File "/home/odoo/src/odoo/addons/point_of_sale/models/pos_order.py", line 971, in create_from_ui

order_ids.append(self._process_order(order, draft, existing_draft_order))

File "/home/odoo/src/odoo/addons/point_of_sale/models/pos_order.py", line 149, in _process_order

pos_order.lines.unlink()

File "/home/odoo/src/odoo/odoo/models.py", line 4225, in unlink

cr.execute(SQL(

File "/home/odoo/src/odoo/odoo/sql_db.py", line 332, in execute

res = self._obj.execute(query, params)

psycopg2.errors.SerializationFailure: could not serialize access due to concurrent delete

2024-06-14 13:13:19,752 10 ERROR hooverdevelopments-triplebrew-live-13467950 odoo.addons.point_of_sale.models.pos_order: An error occurred when processing the PoS order Order 00057-001-0003

Traceback (most recent call last):

File "/home/odoo/src/odoo/addons/point_of_sale/models/pos_order.py", line 971, in create_from_ui

order_ids.append(self._process_order(order, draft, existing_draft_order))

File "/home/odoo/src/odoo/addons/point_of_sale/models/pos_order.py", line 149, in _process_order

pos_order.lines.unlink()

File "/home/odoo/src/odoo/odoo/models.py", line 4225, in unlink

cr.execute(SQL(

File "/home/odoo/src/odoo/odoo/sql_db.py", line 332, in execute

res = self._obj.execute(query, params)

psycopg2.errors.SerializationFailure: could not serialize access due to concurrent delete

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,
Can you confirm that you are not using any custom apps which can be cause for this issue. And once confirm the above, in case if you are using odoo locally or in on premise server, ensure that you are using the latest of v17 source code.

And finally if the above is not helping and if you are an enterprise user, raise a ticket in:  https://www.odoo.com/help

Thanks

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 25
110
0
sty 25
1639
2
maj 23
3124
2
lip 22
3494
0
sty 22
1549