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

Can't access helpdesk.team when using swedish language.

Subscriure's

Get notified when there's activity on this post

This question has been flagged
helpdeskl10nodoo16features
2 Respostes
3081 Vistes
Avatar
Oskar Hertzman

After upgrading our odoo environment to version 16. we can't seem to access the helpdesk.team app anymore when swedish language is set. It works if the lang is set to english. 

Here is the full error:

Traceback (most recent call last):
  File "/home/odoo/odoo/lib/odoo/odoo/tools/cache.py", line 85, in lookup
    r = d[key]
  File "", line 2, in __getitem__
  File "/home/odoo/odoo/lib/odoo/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
  File "/home/odoo/odoo/lib/odoo/odoo/tools/lru.py", line 34, in __getitem__
    a = self.d[obj]
KeyError: ('helpdesk.team', , (False, 'form', None, 'sv_SE'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/odoo/odoo/lib/odoo/odoo/http.py", line 1583, in _serve_db
    return service_model.retrying(self._serve_ir_http, self.env)
  File "/home/odoo/odoo/lib/odoo/odoo/service/model.py", line 134, in retrying
    result = func()
  File "/home/odoo/odoo/lib/odoo/odoo/http.py", line 1610, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/home/odoo/odoo/lib/odoo/odoo/http.py", line 1807, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_http.py", line 154, in _dispatch
    result = endpoint(**request.params)
  File "/home/odoo/odoo/lib/odoo/odoo/http.py", line 696, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/home/odoo/odoo/lib/odoo/addons/web/controllers/dataset.py", line 42, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/home/odoo/odoo/lib/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/home/odoo/odoo/lib/odoo/odoo/api.py", line 457, in call_kw
    result = _call_kw_model(method, model, args, kwargs)
  File "/home/odoo/odoo/lib/odoo/odoo/api.py", line 430, in _call_kw_model
    result = method(recs, *args, **kwargs)
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 2494, in get_views
    for [v_id, v_type] in views
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 2494, in 
    for [v_id, v_type] in views
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 2674, in get_view
    result = dict(self._get_view_cache(view_id, view_type, **options))
  File "", line 2, in _get_view_cache
  File "/home/odoo/odoo/lib/odoo/odoo/tools/cache.py", line 90, in lookup
    value = d[key] = self.method(*args, **kwargs)
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 2637, in _get_view_cache
    arch, models = view.postprocess_and_fields(arch, model=self._name, **options)
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 1036, in postprocess_and_fields
    name_manager = self._postprocess_view(node, model or self.model, **options)
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 1181, in _postprocess_view
    transfer_node_to_modifiers(node, node_info['modifiers'])
  File "/home/odoo/odoo/lib/odoo/odoo/addons/base/models/ir_ui_view.py", line 84, in transfer_node_to_modifiers
    modifiers.update(ast.literal_eval(attrs.strip()))
  File "/usr/lib/python3.7/ast.py", line 46, in literal_eval
    node_or_string = parse(node_or_string, mode='eval')
  File "/usr/lib/python3.7/ast.py", line 35, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "", line 1
    ”{’invisible’:
    ^
SyntaxError: invalid character in identifier

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://odoo.w4r.se/web/assets/debug/web.assets_backend.js:10529:19) (/web/static/src/core/network/rpc_service.js:34)
    at XMLHttpRequest. (https://odoo.w4r.se/web/assets/debug/web.assets_backend.js:10582:27) (/web/static/src/core/network/rpc_service.js:87)


Any help would greatly be appreciated and upvoted!

0
Avatar
Descartar
Cybrosys Techno Solutions Pvt.Ltd

Hi
Please verify that the Helpdesk Team app you're using is compatible with Odoo version 16. Ensure that you have the latest version of the app installed, specifically designed for Odoo 16. Double-check the language settings in your Odoo instance. Make sure that the Swedish language is properly configured and activated. You can navigate to the Language settings in Odoo and ensure that Swedish (or its corresponding code) is enabled.

Hope it helps

Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,

There is something wrong with the translation in the db, if you have used odoo migration service for the upgrade process, create a support ticker under migration here:  https://www.odoo.com/help

Thanks

1
Avatar
Descartar
Oskar Hertzman
Autor

The arch_db xml record in the database for helpdesk had these incorrect character, thanks!

Avatar
shubham shiroya
Best Answer

you can check following steps:

  1. Identify the View: The error traceback indicates that the issue is related to the view with the identifier "helpdesk.team" and the language code "sv_SE". Locate the XML view file associated with this identifier.

  2. Check for Syntax Errors: Open the XML view file and carefully review the contents for any syntax errors. Pay attention to the line mentioned in the error message: ”{’invisible’:. It appears that there is an invalid character or incorrect syntax in this line.

  3. Correct the Syntax Error: Once you have identified the syntax error, correct it by replacing the invalid character or fixing the syntax. Ensure that the XML view is properly formatted with correct opening and closing tags, attribute values, and other required elements.

  4. Restart the Odoo Server: After making the necessary changes to the XML view file, restart the Odoo server to apply the updates.

  5. Test the Helpdesk Team App: Access the Helpdesk Team app again, set the language to Swedish (sv_SE), and verify if the error is resolved.


1
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
configure multiple email domains to send and receive emails
email helpdesk odoo16features
Avatar
0
de set. 24
2252
Odoo Helpdesk
customer helpdesk odoo16features
Avatar
Avatar
1
de gen. 24
1742
Helpdesk App - Odoo 16
helpdesk accessrights odoo16features
Avatar
Avatar
1
de gen. 24
2513
v16 - v17: Helpdesk - Ticket Closed status on kanban view? Solved
ticket helpdesk odoo16features v17
Avatar
Avatar
1
de nov. 23
2027
Helpdesk: how to limit assignment options ?
helpdesk team Helpdesk odoo16features
Avatar
0
d’oct. 23
91
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