Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar 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
  • Proyecto
  • 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

How to add a Payment Method?

Suscribirse

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

Se marcó esta pregunta
paymentmethod
6 Respuestas
82158 Vistas
Avatar
Doug Ricket

From an invoice, I click Register Payment. However, Payment Method includes only two items: Cash (USD) and Bank (USD). My invoice, journal, and accounts relating to this transaction are all in NGN and that's how I want to record the payment. Where can I add a new Payment Method such as Cash (NGN)?

Thanks!

2
Avatar
Descartar
Allan Lindquist

I have ver 7.0 I have looked in Accounting/Configuration/Journals/Journals both Cash and Bank and I cannot find an option "Allow multi-currencies" to check?

Avatar
Nilim
Mejor respuesta

Hi,

In order to create a Payment Method is POS in Odoo , the following steps needs to be followed :-

  • First thing which is required is to be done is to create a ACCOUNT, by following ACCOUNTING>CONFIGURATION>ACCOUNTS. We can either copy any exiting account or create a new one depending on the requirement

  • After creating an account, we need to create a JOURNAL, which is in turn a PAYMENT METHOD for our Point Of Sales. During this journal creation we would assign the account created by us in the previous step. The Journal can be created either following POINT OF SALES>CONFIGURATION>PAYMENT METHOD Or ACCOUNTING>CONFIGURATION>JOURNALS

  • Now once the Payment Method is created as described above, we need to add the new Payment Method to the Point Of Sales by following, POINT OF SALES>CONFIGURATION>POINT OF SALES. Here we need add the new payment method under “AVAILABLE PAYMENT METHODS”

           Now we can use the payment method created.

   

 Hope it helps!

    

Cheers.

1
Avatar
Descartar
Herbert Van de Poel

This didn't answer the initial question but it did answer my question: how to add a different payment method, other then cash and bank transfer. We have a lot of payments being paid by credit card or direct debit, so we do not want them to end up in a list of items that need batch payment via bank transfer.

Avatar
Ray Carnes
Mejor respuesta

Payment Methods are Journals of type Cash or type Bank and Checks.

These are managed via the menu sequence:

Accounting --> Configuration --> Journals --> Journals

You can define a currency for each Journal when you set it up, and you need to check the 'Allow multi-currencies' option from the menu sequence:

Settings --> Accounting


EDIT: To address followup question:

To understand OpenERP you need a mixture of

  • Experimentation - use the software, try different things
  • Reading the source code - look at the Python and XML, Activate Developer mode, review patches, use debug mode
  • Documentation
  • Learning from others - use a search engine every time - I do this before I use the forum search

    • forum posts - including those from the old forums at http://forum.openerp.com/forum/
    • bugs - learn where at https://accounts.openerp.com/forum/Help-1/question/1077
    • feedback - including http://feedback.openerp.com/forums/77459-general-improvements
    • Twitter - to understand the conversation others are having hashtag #openerp
    • videos, blogs, slides

Make sure you know about all of the Documentation sources (and more details on blogs, videos and slides) at https://accounts.openerp.com/forum/Help-1/question/6817

Specifically for your question:

1) The link between a payment method and a journal, it is discussed at https://doc.openerp.com/v7.0/book/3/3_6/invoice_payment.html/

2) That the TYPE of Journal is important, can be found by looking at the XML that defines the dropdown. You can activate developer mode (https://accounts.openerp.com/forum/Help-1/question/83/) and examine the XML that defines the form view. (The Edit FormView option in the debug dropdown on the Payment screen). You can see the XML definition for payment method is:

<field name="journal_id" domain="[('type','in',['bank', 'cash'])]" ...
9
Avatar
Descartar
Doug Ricket
Autor

Thanks, works perfectly! Your first sentence was the key. To guide my self-education, is there somewhere I should be looking other than https://doc.openerp.com/contents/#contents-link to find this kind of thing?

Doug Ricket
Autor

Awesome, super helpful!

Avatar
sultan homoud
Mejor respuesta

In the payment method, whether it is Visa ,cash  how is the correct accounting entry made?



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

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

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Step by step guide on creating a new payment method for the POS. Resuelto
payment method
Avatar
Avatar
Avatar
Avatar
4
dic 19
20533
How to set the journal on the customer payment based on the payment method
payment method
Avatar
4
oct 16
6375
Payment Status Resuelto
payment
Avatar
Avatar
Avatar
Avatar
3
sept 25
10553
Check is not enabled for Internal Transfers Odoo 18
payment
Avatar
Avatar
1
sept 25
3141
In Odoo 17, how do I override the default accounts set in the journal entry created by a customer payment? Resuelto
payment customize method v17
Avatar
Avatar
1
sept 24
4469
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 totalmente integrado.

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