Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

InternalError: current transaction is aborted, commands ignored until end of transaction block

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
odooodoo8.0odooV8_database
3 Răspunsuri
30696 Vizualizări
Imagine profil
Indrabhan Bhamare

Hello,

Below is the log facing this error randomly. Mainly when login for first time and click on sale order.

Traceback (most recent call last):

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 518, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 539, in dispatch

result = self._call_function(**self.params)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 295, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/service/model.py", line 113, in wrapper

return f(dbname, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 292, in checked_call

return self.endpoint(*a, **kw)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 755, in __call__

return self.method(*args, **kw)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 388, in response_wrap

response = f(*args, **kw)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/addons/web/controllers/main.py", line 875, in search_read

return self.do_search_read(model, fields, offset, limit, domain, sort)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/addons/web/controllers/main.py", line 896, in do_search_read

request.context)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/http.py", line 859, in proxy

result = meth(cr, request.uid, *args, **kw)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 237, in wrapper

return old_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 5075, in search_read

result = self.read(cr, uid, record_ids, fields, context=read_ctx)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 237, in wrapper

return old_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 3091, in read

result = BaseModel.read(records, fields, load=load)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 235, in wrapper

return new_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 3123, in read

self._read_from_database(stored)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 235, in wrapper

return new_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 3287, in _read_from_database

res2 = self._columns[f].get(cr, self._model, ids, f, user, context=context, values=result)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/osv/fields.py", line 1356, in get

result = self._fnct(obj, cr, uid, ids, name, self._arg, context)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 237, in wrapper

return old_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 360, in old_api

result = method(recs, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/addons/base/res/res_partner.py", line 195, in _has_image

return dict((p.id, bool(p.image)) for p in self)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/addons/base/res/res_partner.py", line 195, in <genexpr>

return dict((p.id, bool(p.image)) for p in self)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/fields.py", line 774, in __get__

self.determine_value(record)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/fields.py", line 867, in determine_value

record._prefetch_field(self)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 235, in wrapper

return new_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 3178, in _prefetch_field

result = records.read(list(fnames), load='_classic_write')

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 235, in wrapper

return new_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 3123, in read

self._read_from_database(stored)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/api.py", line 235, in wrapper

return new_api(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/models.py", line 3235, in _read_from_database

cr.execute(query, [tuple(sub_ids)] + rule_params)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/sql_db.py", line 158, in wrapper

return f(self, *args, **kwargs)

File "/home/software/workspace/bma8_dev_1015/odoo/openerp/sql_db.py", line 234, in execute

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

InternalError: current transaction is aborted, commands ignored until end of transaction block

Any Help is Highly Appreciated.


Thank You

1
Imagine profil
Abandonează
Imagine profil
Mathieu VIDOT
Cel mai bun răspuns

As Alexei said, this error is related to a wrong SQL request. You have to see your Odoo server logs to see the purpose of this error.
In my case, I saw this error message during development, into debugging values of my IDE. It was due to a wrong SQL query launched from a restored data backup, on a server where all modules where not installed. Once I have installed missing modules, the query was correctly executed by my DB et this error message disappeard.

0
Imagine profil
Abandonează
Imagine profil
Hussein Kadweka Katana
Cel mai bun răspuns

I had the same issue and never knew what to do but when I upgrade the module the error disappears.So I think this error comes due to making changes then not upgrading the module!

0
Imagine profil
Abandonează
Imagine profil
Alexei Rivera Acosta
Cel mai bun răspuns

I recently face this issue, developing a custom module. This error is related to PostgreSQL. In my case, it was caused for a change in a variable name, without updating the module.

I post this here in case it may help others.

Regards

0
Imagine profil
Abandonează
Benjamin Cerdeña Jr

Hi may I know where did you post this??

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

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Add a Boolean Field on Button Click…Odoo V8
odoo odooV8 odoo8.0 odooV8_database
Imagine profil
0
mar. 15
6070
I desire to alter the first and last name field with write method. odoo15ce
odoo odooV8_database
Imagine profil
0
aug. 22
2459
odoo v8 requisition line
odoo odoo8.0
Imagine profil
Imagine profil
1
dec. 18
3421
Odoo 8 shows operationalError : fe_sendauth: no password supplied
odoo odoo8.0
Imagine profil
Imagine profil
2
oct. 18
8246
'form_view_ref' is not working in odoo 8.
odoo odoo8.0
Imagine profil
Imagine profil
1
dec. 16
8176
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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