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
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Producție
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    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

Error message in accounting module of odoo 9.0

Abonare

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

Această întrebare a fost marcată
accountingerrorodooV9
4351 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
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
odoo 9.0 , how to cancel invoice with paid status?
accounting odooV9
Imagine profil
Imagine profil
1
iul. 18
3506
Odoo 9 : how to define parent account in chart of accounts Rezolvat
accounting odooV9
Imagine profil
Imagine profil
1
mai 16
5254
Errors in Accounting module
accounting error
Imagine profil
0
iun. 15
3589
Error when posted opening entries and then making payment to supplier
accounting error
Imagine profil
Imagine profil
1
mar. 15
4519
encounter error when connecting bank
accounting error bank
Imagine profil
0
apr. 24
1792
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