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
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    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

Payment Acquirer Templet render Error

Abonare

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

Această întrebare a fost marcată
paymenttemplateAcquirerv15
3922 Vizualizări
Imagine profil
Tabrez

Hi,


I am getting the following error when I run the "Pay Now" button on checkout page. It is related with the Payment Acquirer add-on which I am customising to work with Odoo version 15.


Traceback (most recent call last):

  File "/opt/meraodoo/odoo/addons/base/models/qweb.py", line 219, in render_template

    yield from compiled_fn(self, values, log)

  File "", line 117, in template_1955

KeyError: 'acquirer'


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/opt/meraodoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/opt/meraodoo/odoo/http.py", line 687, in dispatch

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

  File "/opt/meraodoo/odoo/http.py", line 359, in _call_function

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

  File "/opt/meraodoo/odoo/service/model.py", line 94, in wrapper

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

  File "/opt/meraodoo/odoo/http.py", line 348, in checked_call

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

  File "/opt/meraodoo/odoo/http.py", line 916, in __call__

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

  File "/opt/meraodoo/odoo/http.py", line 535, in response_wrap

    response = f(*args, **kw)

  File "/opt/meraodoo/addons/website_sale_stock/controllers/main.py", line 32, in shop_payment_transaction

    return super().shop_payment_transaction(*args, **kwargs)

  File "/opt/meraodoo/odoo/http.py", line 535, in response_wrap

    response = f(*args, **kw)

  File "/opt/meraodoo/addons/website_sale/controllers/main.py", line 1249, in shop_payment_transaction

    return tx_sudo._get_processing_values()

  File "/opt/meraodoo/addons/payment/models/payment_transaction.py", line 494, in _get_processing_values

    redirect_form_html = redirect_form_view._render(rendering_values, engine='ir.qweb')

  File "/opt/meraodoo/addons/website/models/ir_ui_view.py", line 424, in _render

    return super(View, self)._render(values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/opt/meraodoo/addons/web_editor/models/ir_ui_view.py", line 29, in _render

    return super(IrUiView, self)._render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/opt/meraodoo/odoo/addons/base/models/ir_ui_view.py", line 1984, in _render

    return self.env[engine]._render(self.id, qcontext)

  File "/opt/meraodoo/odoo/tools/profiler.py", line 289, in _tracked_method_render

    return method_render(self, template, values, **options)

  File "/opt/meraodoo/odoo/addons/base/models/ir_qweb.py", line 74, in _render

    result = super()._render(template, values=values, **compile_options)

  File "/opt/meraodoo/odoo/addons/base/models/qweb.py", line 134, in _render

    result = ''.join(rendering)

  File "/opt/meraodoo/odoo/addons/base/models/qweb.py", line 223, in render_template

    raise QWebException("Error when render the template", self, options,

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/opt/meraodoo/odoo/http.py", line 643, in _handle_exception

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

  File "/opt/meraodoo/odoo/http.py", line 301, in _handle_exception

    raise exception.with_traceback(None) from new_cause

odoo.addons.base.models.qweb.QWebException: 'acquirer'

Traceback (most recent call last):

  File "/opt/meraodoo/odoo/addons/base/models/qweb.py", line 219, in render_template

    yield from compiled_fn(self, values, log)

  File "", line 117, in template_1955

KeyError: 'acquirer'


Error when render the template

KeyError: 'acquirer'

Template: 1955

Path: /t/div/input[8]

Node:

===================================================================


Any help or guidance will be highly appreciated.

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
Payment Acquirer Addon upgrade from CE version 14 to CE version 15 Rezolvat
payment Acquirer v15
Imagine profil
Imagine profil
2
dec. 21
3731
Can any one explain process to configure payment acquirer?
payment Acquirer
Imagine profil
Imagine profil
Imagine profil
Imagine profil
3
feb. 24
4122
Automated Payment
payment Acquirer payment automation scheduledaction v15
Imagine profil
Imagine profil
1
feb. 23
3678
In odoov15 razorpay payment how to fix error??
payment v15
Imagine profil
1
oct. 22
46
Payment Acquirer Addon upgrade from CE version 14 to CE version 15 Rezolvat
payment upgrade Acquirer version14 v15
Imagine profil
Imagine profil
2
apr. 22
5550
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