Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

V17 - POS - could not serialize access due to concurrent delete

Subscriure's

Get notified when there's activity on this post

This question has been flagged
errorpos17
1 Respondre
2013 Vistes
Avatar
Michael Lindemann

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

0
Avatar
Descartar
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

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

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
restrict user acces to the transfert button in pos odoo17 CE
pos 17
Avatar
0
de set. 25
651
Odoo 18.0 pos techical error on pos payment validation out of the box
error pos
Avatar
0
de gen. 25
2512
Validation error in PoS "Another model requires the record"
error pos
Avatar
Avatar
2
de maig 23
3909
Posted journal entry must have an unique sequence number per company
error pos
Avatar
Avatar
Avatar
2
de jul. 22
4075
ERROR USER Account 500000 Cost of Goods Sold WHEN TRY CLOSE POS ODOO 15
error pos
Avatar
0
de gen. 22
1830
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now