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

How to associate two transfers(OUT & IN) to a Sales Order

Suscribirse

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

Se marcó esta pregunta
salesinventoryreturns
2 Respuestas
5573 Vistas
Avatar
Randall

My situation is similar to what was asked in this thread: https://www.odoo.com/forum/help-1/question/how-to-add-product-with-return-able-case-3202 

However, what I want, in addition to what was asked, is when a Sales Order is created it should create two transfers automatically: an OUT Transfer(default behavior) will contain the kit(water + bottle) for delivery and an IN Transfer which will contain the empty bottle. How do I setup odoo to do this? Or if not possible, could you point me on what code should I modify to enable this kind of behavior?  Thanks.


0
Avatar
Descartar
Avatar
vishalratani
Mejor respuesta

You just want to make a receipt of the empty bottle (component product and not the product being sold) .It may appear simple but there can be more use cases for example like deliveries can be partial, so can be the returns as well.You would require to read the code for handling of deliveries from a sales order and try to amend it for your requirements related to associated returns.

Thanks

Vishal

1
Avatar
Descartar
Avatar
Randall
Autor Mejor respuesta

Hi Vishal, thanks for the reply.

Yes, that's what I'm currently doing as a workaround: creating a receipt manually for the empty bottle coming in. It does what I want in terms of tracking what's coming in from the customers but it does not associate the IN transfer to the Sales Order, even if setting the SO number to the Source Document of transfer. It does not create a link between SO and Transfer. 

Ultimately, there are two things I want to learn to do:

  1. How to modify the SO's save so it creates two transfers(OUT & IN)

  2. The Delivery button should display count "2" instead of "1", just like having the 2 Steps(Pick + Ship) enabled. 


One thing to add, as I did not mention in my question, is that I'm using Odoo 11 CE.

0
Avatar
Descartar
vishalratani

I have worked on one such requirement but it is different than your case. I was trying to get a receipt done before delivering product since the product will be made after I confirm the sale. It's different since the use case is not related, It's related because I am managing transfers. So from my experience it will need customisation.

Randall
Autor

Actually, that makes more logical sense. Receipt is done first before SO as I understood correctly. My thinking was more of Receipt and Delivery all happen at once as this process is modeled directly from the paper trail we have. But yours is better. Could you share how you did yours? Guess... SO is created based on the Receipt? Thanks.

vishalratani

Hello Randall, you may contact me on vishalratani@gmail.com and we can catchup on this.

¿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
Generic product on SO, replace (update) in delivery order
sales inventory
Avatar
Avatar
1
ago 25
862
Automatie return and reflect in stock
sales inventory
Avatar
0
jun 24
2188
stock based on an attribute/product variant ?
sales inventory
Avatar
0
mar 24
2262
ocultar stock de otros almacenes a la hora de cotizar
sales inventory
Avatar
Avatar
2
ene 24
2591
Can we have non-sellable locations? Odoo v14e Resuelto
inventory returns
Avatar
Avatar
2
feb 23
5513
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