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
    • Artificial Intelligence
    • 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ó
    • Property Management
    • 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
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

Odoo Server Error

Subscriure's

Get notified when there's activity on this post

This question has been flagged
error
1 Respondre
2383 Vistes
Avatar
Jorge Cheng
I'm getting this error while trying to see my accounting data, can someone please help me how to fix this issue.

Error:
Odoo Server Error

Traceback (most recent call last):
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.rule', , 25, 'account.invoice', 'read', ())

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/safe_eval.py", line 350, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "", line 1, in
NameError: name 'true' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 656, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 314, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 698, in dispatch
result = self._call_function(**self.params)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 346, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 941, in __call__
return self.method(*args, **kw)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/http.py", line 519, in response_wrap
response = f(*args, **kw)
File "/IANOVI-ODOO/IANOVI-ODOO-server/addons/web/controllers/main.py", line 904, in search_read
return self.do_search_read(model, fields, offset, limit, domain, sort)
File "/IANOVI-ODOO/IANOVI-ODOO-server/addons/web/controllers/main.py", line 926, in do_search_read
offset=offset or 0, limit=limit or False, order=sort or False)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/models.py", line 4586, in search_read
records = self.search(domain or [], offset=offset, limit=limit, order=order)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/models.py", line 1570, in search
res = self._search(args, offset=offset, limit=limit, order=order, count=count)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/models.py", line 4119, in _search
self._apply_ir_rules(query, 'read')
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/models.py", line 3971, in _apply_ir_rules
where_clause, where_params, tables = Rule.domain_get(self._name, mode)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/addons/base/models/ir_rule.py", line 122, in domain_get
dom = self._compute_domain(model_name, mode)
File "", line 2, in _compute_domain
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/addons/base/models/ir_rule.py", line 103, in _compute_domain
dom = safe_eval(rule.domain_force, eval_context) if rule.domain_force else []
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/safe_eval.py", line 373, in safe_eval
pycompat.reraise(ValueError, ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr)), exc_info[2])
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/pycompat.py", line 86, in reraise
raise value.with_traceback(tb)
File "/IANOVI-ODOO/IANOVI-ODOO-server/odoo/tools/safe_eval.py", line 350, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "", line 1, in
ValueError: : "name 'true' is not defined" while evaluating
"[('user_id', '=', true)]"
0
Avatar
Descartar
Avatar
Ray Carnes (ray)
Best Answer

Someone has created a Record Rule with an incorrect domain.

KeyError: ('ir.rule', , 25, 'account.invoice', 'read', ())

Translation: "I tried to look up an ir.rule for account.invoice and got an error"

ValueError: : "name 'true' is not defined" while evaluating
"[('user_id', '=', true)]"

Translation: "You used a word that I don't have a value for"


(True is what is needed, since Python knows the value of that word)


Solution:

Delete the record rule, or fix the domain. 

1
Avatar
Descartar
Jorge Cheng
Autor

Thank you!

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
?"Your country might be blocked by our hosting provider" error when I create new website
error
Avatar
0
de nov. 25
593
Payment Page Return Error with Razorpay on Mobile Devices
error
Avatar
0
de set. 25
2410
Error after installing "purchase" app in Odoo version 18
error
Avatar
Avatar
1
de des. 24
9409
error schema for TourStep Error
error
Avatar
0
de nov. 24
3822
Can't modify manifest version of custom module [Odoo.sh]
error
Avatar
Avatar
Avatar
2
de jul. 24
6876
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 Svenska ภาษาไทย 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