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

invoice payment by different partner

Suscribirse

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

Se marcó esta pregunta
paymentinvoicespartners
9 Respuestas
10721 Vistas
Avatar
Koffi KPONOUGLO

Hi,

please is it possible with odoo 10 to have a sale invoice of agrolait partner and for the payment :

  • Agrolait will pay 30% of amount total

  • CamptoCamp will pay 70% of amount total?


Thanks.

0
Avatar
Descartar
Avatar
Ray Carnes (ray)
Mejor respuesta

There is an option to roll up AR balances - it works well in situations where a Head Office (like Walmart) pays for products that both Distribution Centers (children of the Head Office) and stores (children of the Distribution Centers) place orders.  In this situation there are multiple levels in the Customer hierarchy:

 


It may or may not work for you. Please make sure you understand how this affects your book keeping before you implement it.  it also affects who is liable for the balance, so be sure you are OK with how that looks on your Financial Reports. I am posting this mainly because your question reminds me of the requirement to rollup based on the SAME company, so I am unsure if it will be acceptable when you have DIFFERENT companies paying for things.

Account Receivable balances can only be paid by the same Customer that accrued them and Odoo manages this via the Commercial Entity field - this field is hidden by default and managed by Odoo.

If you setup three Customers, all Companies, this is how Odoo sets the Commercial Entity field:

 

In this way, each Company accrues and pays its own AR balance.

You can setup your Customers so that Agrolait and CamptoCamp accrue AR balances on behalf of the same Commercial Entity - a third Customer - and any of the three Customers can pay those balances. 

You would manually override the Commercial Entity field like this:

 

To do this requires two changes.

1: Expose the commercial_partner_id (COMMERCIAL ENTITY) field on the Customer form, so you can manage it. Odoo sets the Commercial Entity to match the Customer if you make the Customer a Company or an Individual without a Parent Company.  Odoo sets the Commercial Entity to match the Parent if the Invidual works for a Parent Company.

In base.view_partner_form, the field is defined like this:

<field name="commercial_partner_id" invisible="1"/>


You would make your own view and set invisible to 0 and readonly to 0, so that you can edit the field.

When you are setting up the multi-level Customer structure, be sure to realize that Odoo only lets you set a parent when the INDIVIDUAL checkbox is selected, so temporarily set your child companies to INDIVIDUAL so you can set the parent, then set them back to COMPANY.

Also, select the appropriate Commercial Entity which involves editing the field after Odoo has given it a value.


2: Modify the filters on the Search View because they filter for Customers that don't have a parent, and the ones you are setting up DO have a parent.


<filter string="Customers" name="customer" domain="[('customer','=',1), ('parent_id', '=', False)]"/>


would be overwritten to become:

<filter string="Customers" name="customer" domain="[('customer','=',1), ('is_company','=','1')]"/>


Now these Payments:

 


And this Invoice:

 


Will show up on the AR Aging like this:

 


This is how it looks in the General Ledger:



Note that Odoo will let you apply BOTH payments to the ONE Invoice:



2
Avatar
Descartar
Avatar
Kevin
Mejor respuesta

Yep, Use Payment terms in the partner form. You can design new payment terms and add those for individual customers in the form view.



see documentation for more

\https://www.odoo.com/documentation/user/11.0/accounting/receivables/customer_invoices/payment_terms.html



0
Avatar
Descartar
Mohammed Amal N

Payment terms are used so same customer can make payment in a period of time, it cannot be used to make different customer pay for a single invoice

Koffi KPONOUGLO
Autor

Yes you right. I problem can't be solve by payment_term. May be i will do some change on payment code to be able to use it to fix my problem.

Avatar
Pinakin Nayi (pna)
Mejor respuesta

Not possible, if you can make it possible then you can loose the partner reference from payments(so you don't know who paid the amount).

0
Avatar
Descartar
Avatar
Ermin Trevisan
Mejor respuesta

From a legal and business perspective, this does not make much sense. If the corresponding delieveries were for different partners, you'll have to invoice the partners separately.

0
Avatar
Descartar
Koffi KPONOUGLO
Autor

Thanks Ermin for your answer. I am aggre wuth you. But in the case who customer have to pay for example 0% of invoice and his insurance company will pay 70%. What can i do?

Avatar
vishalratani
Mejor respuesta

Why not raise two invoices? Again legally you should check who's got to hold the liablity. Ideally you should be using the same Source document field on each of the inovices for tracking purpose

0
Avatar
Descartar
¿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
To delete a payment
payment invoices
Avatar
Avatar
1
abr 22
2640
pay an invoice generated by code
payment invoices openerp7
Avatar
1
ene 24
5190
In odoo 14 reload page after payment create from invoice
payment invoices v14
Avatar
Avatar
1
ago 23
3220
How Multi-currency works with openerp7?
accounting v7 payment invoices
Avatar
Avatar
Avatar
2
mar 15
11724
Odoo-12 Invoices sequence skipped for no apparent reason
invoices
Avatar
Avatar
2
jun 25
1782
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.

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