Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

payment provider issues / External ID not found in the system: payment.payment_icon_cc_mastercard

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
payment-acquirers
2 Respuestas
3820 Vistas
Avatar
Yahya Kassem

hello


I am trying to use payment provider V.16 on Odoo V.17 i Think i have fixed most of the issues but still remening with this problem


 File "/home/odoo/src/odoo/odoo/tools/convert.py", line 39, in 
    safe_eval = lambda expr, ctx={}: s_eval(expr, ctx, nocopy=True)
  File "/home/odoo/src/odoo/odoo/tools/safe_eval.py", line 379, in safe_eval
    raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
ValueError: : "External ID not found in the system: payment.payment_icon_cc_mastercard" while evaluating
"[(6, 0, [ref('payment.payment_icon_cc_mastercard'),ref('payment.payment_icon_cc_visa'),])]"



i think is the problem is happening because of the Data/payment_provider_data.xml in this line




0
Avatar
Descartar
Avatar
Yahya Kassem
Autor Mejor respuesta

I have changed it to 

( from 16 to 17 they changed mastercard and visa to just payment_method_card??)


field name="payment_method_ids"

               eval="[(6, 0, [

                   ref('payment.payment_method_card'),

               ])]"/>

i think it should be like this but i get new error

TypeError: post_init_hook() missing 1 required positional argument: 'registry'


Update 

fixed it by changing int.py

 from post_init_hook(cr, registry) ----> post_init_hook(env)


but not im getting error after getting redircted i get Error call back url is not found


0
Avatar
Descartar
Nikhil Nakrani

why you use post_init_hook change

Yahya Kassem
Autor

Last Update ( hopfully )

I have added some module in the main DB but when i click pay now i get this error

(('bool' object has no attribute 'replace'))

Avatar
Nikhil Nakrani
Mejor respuesta

Hi Yahya Kassem,

version up to 16 use code like (6,0) or (4,0) to add value but in odoo17 change.

you can use like this way

'child_ids': [Command.set([action1.id, action2.id, action3.id, action4.id])],

that means you need to add like this way comma separated if you add more then one.

'groups_id': [Command.set([self.ref('base.group_partner_manager')])]

Thanks.


0
Avatar
Descartar
Yahya Kassem
Autor

I am sorry but i didnt understand So i have to change the XML to
<field name="payment_icon_ids"
eval="[Command.set(6, 0, [ref('payment.payment_icon_cc_mastercard'), ref('payment.payment_icon_cc_visa'),])]"/>

or change the py file?

Nikhil Nakrani

yes its correct add same ass xml file but why you use 6,0 in set tuple

Nikhil Nakrani

<field name="payment_icon_ids" eval="[Command.set([ref('payment.payment_icon_cc_mastercard'), ref('payment.payment_icon_cc_visa')])]"/>

Yahya Kassem
Autor

its not my app actually i don't know why he used 6,0

its an payment gateway that transfer you to the provider website

Nikhil Nakrani

for your information odoo use specific code insert or update or delete data so [6,0] means when you add many2many field add data so [6,0] add your new data in that field and remove existing data.

And Those codes are use previous version like 16,15,14,13,12.
In 17.0 you need to use Command.set()

Yahya Kassem
Autor

Thank you for Explaining i have remove it and change the code to <field name="payment_method_ids" eval="[ref('payment.payment_method_card'),]"/>

Yahya Kassem
Autor

This is the Error message im mentioned up phoneno = self.partner_phone.replace(" ", "").replace("-", "").replace("+", "")
AttributeError: 'bool' object has no attribute 'replace'

Nikhil Nakrani

phoneno = self.partner_phone.replace(" ", "").replace("-", "").replace("+", "")

here in this code partner_phone in not any value means False and you access and try to replace so thats why error occur bool object has no attribute 'replace'

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Payment provider ( Payment processing failed Expecting value: line 1 column 1 (char 0) )
payment-acquirers
Avatar
Avatar
1
feb 24
2650
Computing Signature Hash for New Payment Acquirer
payment-acquirers
Avatar
Avatar
1
feb 23
2377
get cart product information in payment.acquirer on odoo13
payment-acquirers
Avatar
0
may 21
2347
How to know the field variable for Payment Acquirers's pending message
payment-acquirers v14
Avatar
Avatar
1
may 25
4690
Odoo Online Payment Provider
payments payment-acquirers
Avatar
2
oct 23
56
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Sitio web hecho con

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