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

RPC_ERROR

Subscriure's

Get notified when there's activity on this post

This question has been flagged
1 Respondre
2231 Vistes
Avatar
Lux Clothing, Francois Tawk

Hi,






I am trying to Activate a Module called POS Multi Currency payment in Odoo


by BrowseInfo






Im receiving the below when trying to activate. Their support is taking too long to respond




RPC_ERROR


Odoo Server Error


Traceback (most recent call last):


  File "C:\Users\Ltd\Desktop\Odoo\server\odoo\http.py", line 1584, in _serve_db


    return service_model.retrying(self._serve_ir_http, self.env)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\service\model.py", line 133, in retrying


    result = func()


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\http.py", line 1611, in _serve_ir_http


    response = self.dispatcher.dispatch(rule.endpoint, args)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\http.py", line 1815, in dispatch


    result = self.request.registry['ir.http']._dispatch(endpoint)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\addons\base\models\ir_http.py", line 154, in _dispatch


    result = endpoint(**request.params)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\http.py", line 697, in route_wrapper


    result = endpoint(self, *args, **params_ok)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\addons\web\controllers\dataset.py", line 46, in call_button


    action = self._call_kw(model, method, args, kwargs)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\addons\web\controllers\dataset.py", line 33, in _call_kw


    return call_kw(request.env[model], method, args, kwargs)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\api.py", line 461, in call_kw


    result = _call_kw_multi(method, model, args, kwargs)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\api.py", line 448, in _call_kw_multi


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


  File "", line 2, in button_immediate_install


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\addons\base\models\ir_module.py", line 74, in check_and_log


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


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\addons\base\models\ir_module.py", line 456, in button_immediate_install


    return self._button_immediate_function(type(self).button_install)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\addons\base\models\ir_module.py", line 580, in _button_immediate_function


    registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)


  File "", line 2, in new


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\tools\func.py", line 87, in locked


    return func(inst, *args, **kwargs)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\modules\registry.py", line 90, in new


    odoo.modules.load_modules(registry, force_demo, status, update_module)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\modules\loading.py", line 488, in load_modules


    processed_modules += load_marked_modules(cr, graph,


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\modules\loading.py", line 372, in load_marked_modules


    loaded, processed = load_module_graph(


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\modules\loading.py", line 231, in load_module_graph


    load_data(cr, idref, mode, kind='data', package=package)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\modules\loading.py", line 71, in load_data


    tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\tools\convert.py", line 763, in convert_file


    convert_xml_import(cr, module, fp, idref, mode, noupdate)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\tools\convert.py", line 829, in convert_xml_import


    obj.parse(doc.getroot())


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\tools\convert.py", line 749, in parse


    self._tag_root(de)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\tools\convert.py", line 698, in _tag_root


    f(rec)


  File "C:\Users\ Ltd\Desktop\Odoo\server\odoo\tools\convert.py", line 709, in _tag_root


    raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback


odoo.tools.convert.ParseError: while parsing file:/c:/users/%20ltd/desktop/odoo/server/odoo/addons/bi_pos_multi_currency/views/pos_config_inherit.xml:43


Error while validating view near: 




               


                   


                   


                   


                     




Field "currency" does not exist in model "pos.payment" 




View error context:


{'file': 'c:\\users\\ltd\\desktop\\odoo\\server\\odoo\\addons\\bi_pos_multi_currency\\views\\pos_config_inherit.xml',


'line': 4,


'name': 'pos.order.inherit.form.view',


'view': ir.ui.view(1441,),


'view.model': 'pos.order',


'view.parent': ir.ui.view(956,),


'xmlid': 'pos_order_view_inherit_form'}






The above server error caused the following client error:


RPC_ERROR: Odoo Server Error


    at makeErrorFromResponse (http://localhost:8069/web/assets/192-6be5a88/web.assets_backend.min.js:985:163)


    at XMLHttpRequest. (http://localhost:8069/web/assets/192-6be5a88/web.assets_backend.min.js:993:13)



0
Avatar
Descartar
Sunny Sheth

Hello,

It's third party module so you can directly contact them via their official channel and they will give you a support and resolve issue as well.

Thanks

Avatar
Mehjabin Farsana
Best Answer

Hi,
As per shared traceback it is as follows, there is a view of pos.payment in which a field currency is added and the same field is not defined in the corresponding model.

In order to resolve the issue, you have to ensure that the odoo service has been restarted after adding the module in your odoo instance.

Even after restarting the service, if the error persists, you can contact the author of module and request assistance on the same.

Thanks

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
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