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

Error message in accounting module of odoo 9.0

Subscriure's

Get notified when there's activity on this post

This question has been flagged
accountingerrorodooV9
4369 Vistes
Avatar
Marcus Pabsch

Hello,


after updating odd 9.0c there is no the following error message. How can I solve this?


Thanks in advance


Odoo Server Error

Traceback (most recent call last):

File "/odoo/odoo-server/openerp/http.py", line 643, in _handle_exception

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

File "/odoo/odoo-server/openerp/http.py", line 680, in dispatch

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

File "/odoo/odoo-server/openerp/http.py", line 316, in _call_function

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

File "/odoo/odoo-server/openerp/service/model.py", line 118, in wrapper

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

File "/odoo/odoo-server/openerp/http.py", line 309, in checked_call

result = self.endpoint(*a, **kw)

File "/odoo/odoo-server/openerp/http.py", line 959, in __call__

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

File "/odoo/odoo-server/openerp/http.py", line 509, in response_wrap

response = f(*args, **kw)

File "/odoo/odoo-server/addons/web/controllers/main.py", line 892, in call_kw

return self._call_kw(model, method, args, kwargs)

File "/odoo/odoo-server/addons/web/controllers/main.py", line 884, in _call_kw

return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "/odoo/odoo-server/openerp/api.py", line 342, in old_api

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

File "/odoo/odoo-server/addons/web_planner/models/web_planner.py", line 45, in render

return self.env['ir.ui.view'].browse(template_id).render(values=values)

File "/odoo/odoo-server/openerp/api.py", line 236, in wrapper

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

File "/odoo/odoo-server/openerp/api.py", line 562, in new_api

result = method(self._model, cr, uid, self.ids, *args, **old_kwargs)

File "/odoo/odoo-server/addons/website/models/ir_ui_view.py", line 141, in render

return super(view, self).render(cr, uid, id_or_xml_id, values=values, engine=engine, context=context)

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "/odoo/odoo-server/addons/web_editor/models/ir_ui_view.py", line 29, in render

return super(view, self).render(cr, uid, id_or_xml_id, values=values, engine=engine, context=context)

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "/odoo/odoo-server/openerp/addons/base/ir/ir_ui_view.py", line 1065, in render

return self.pool[engine].render(cr, uid, id_or_xml_id, qcontext, loader=loader, context=context)

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "/odoo/odoo-server/openerp/addons/base/ir/ir_qweb.py", line 252, in render

element = self.get_template(id_or_xml_id, qwebcontext)

File "/odoo/odoo-server/openerp/addons/base/ir/ir_qweb.py", line 172, in get_template

document = qwebcontext.loader(name)

File "/odoo/odoo-server/openerp/addons/base/ir/ir_ui_view.py", line 1063, in loader

return self.read_template(cr, uid, name, context=context)

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "/odoo/odoo-server/openerp/addons/base/ir/ir_ui_view.py", line 938, in read_template

return self._read_template(cr, uid, view_id, context=context)

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "<string>", line 2, in _read_template

File "/odoo/odoo-server/openerp/tools/cache.py", line 85, in lookup

value = d[key] = self.method(*args, **kwargs)

File "/odoo/odoo-server/openerp/addons/base/ir/ir_ui_view.py", line 923, in _read_template

arch = self.read_combined(cr, uid, view_id, fields=['arch'], context=context)['arch']

File "/odoo/odoo-server/openerp/api.py", line 238, in wrapper

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

File "/odoo/odoo-server/openerp/addons/base/ir/ir_ui_view.py", line 635, in read_combined

view_arch = etree.fromstring(view['arch'].encode('utf-8'))

File "lxml.etree.pyx", line 3032, in lxml.etree.fromstring (src/lxml/lxml.etree.c:68106)

File "parser.pxi", line 1785, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:102455)

File "parser.pxi", line 1673, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:101284)

File "parser.pxi", line 1074, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:96466)

File "parser.pxi", line 582, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:91275)

File "parser.pxi", line 683, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:92461)

File "parser.pxi", line 622, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:91757)

XMLSyntaxError: expected '>', line 16, column 58

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
odoo 9.0 , how to cancel invoice with paid status?
accounting odooV9
Avatar
Avatar
1
de jul. 18
3531
Odoo 9 : how to define parent account in chart of accounts Solved
accounting odooV9
Avatar
Avatar
1
de maig 16
5264
Errors in Accounting module
accounting error
Avatar
0
de juny 15
3606
Error when posted opening entries and then making payment to supplier
accounting error
Avatar
Avatar
1
de març 15
4526
encounter error when connecting bank
accounting error bank
Avatar
0
d’abr. 24
1804
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