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

Resupply/Route problem

Suscribirse

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

Se marcó esta pregunta
warehousesmethodsroutes
2 Respuestas
713 Vistas
Avatar
Pablo Perugini

Hi! 

We have 5 warehouses, and I need a method that allows one warehouse to automatically reserve products from more than two warehouses in a single sales order, without using virtual warehouses.

I tried using “Resupply from Another Warehouse,” but it only works with one warehouse — the third one doesn’t trigger the resupply.

I would need something as a different procurement method, one that fulfills the destination location instead of the source. Something like: “Take From Stock, and if unavailable, trigger another rule to supply the destination.”

I tried a route workaround, but MTS always creates the picking for the total quantity in each rule, so the sum of the pickings ends up greater than the original quantity.


The route I want to achieve would something like this (simplified to explain what I need)

A/Stock -> A/Packing -> A/Out -> Partners/Customers

But if there is no stock in A/Stock, execute:

B/Stock -> B/Packing -> A/Out -> Partners/Customers

Manual workarounds are not an option, as we process around 5,000 order lines per month. I need to guarantee proper FIFO order handling.

Is there any option left to achieve this?




0
Avatar
Descartar
Avatar
Pablo Perugini
Autor Mejor respuesta

Jaideep, I solved this by making a custom module.

I made a new procure_method for pull rules in Odoo V18 that searches for another rule that supplies the lacking quantity to the same destination. This allows you to chain multiple pull rules and create custom routes. The benefit of this is that you can establish in the route the specific location stock should be taken from (or not) and not involve replenishment area in the process.

I would like to share my module, but I can't paste links (I don't have enough experience/karma yet).

If you want to take a look at it, search my GitHub repository "PeruginiP/Odoo_Procure_Method". It obviously needs further coding (e.g., language adaptation, normalize the coding, etc), but the first tests I made were promising enough. 





0
Avatar
Descartar
Jaideep

Could you detail what the route and rule configuration is? It sure seems to address the need.

Yes, that is correct if the fulfillment is to destination and not source, there is a need to pick source first without creating backorders OR update the demand qty to that of reserved qty on all order lines across all these transfer operations.

For the above logic to work, all pickings will have to be pushed to a common location WHA to WhA/out , WHB to WHA/out; WHC to WHA/ out and not a stock location of WH. Failing this operation would update demand to 5 for WHA and pick 5 for an order of 10. While WHB and WHC will be updating WHA stock as per their available qty and demand.

If WH/C replenishes WH/B and subsequently WH/B replenishes WH/A this mismatch wouldn’t need addressing. With 5 WH this does become impractical.

Rules have to be put in context of the business operation and certainly there would be many more scenarios to be addressed

Avatar
Jaideep
Mejor respuesta

To the best of my understanding (hope am wrong), the functionality / expectation expressed in the post isn’t possible out of the box.

Multi warehouses can be configured in maybe 2 ways

1. Each WH as stand alone - To pick products from different WHs, the routes are configured sequentially, where product qty are reserved in sequence. 

WHA is resupplied by WHB which is resupplied by WHC etc.

With flexible routes in Odoo it is also possible to have products route directly to destination location, rather than the source. 

The fallout is what you describe, operations will be created to fulfill source as well as destination ie WHC to WHB to WHA, while the reserved qty would have WHC to output; WHB to output and WHA to output.

The operations for inter WH transfers would need to be canceled, as the products moves would be direct to destination location. This can be achieved by automated actions, somewhere in the lines of — operations where source and destination are WH/stock locations and have an SO as a source document.

(Believe this is what is referred in your post >>> MTS always creates the picking for the total quantity in each rule, so the sum of the pickings ends up greater than the original quantity.<<<<)

2. Have hierarchy of WHs - your reference here I believe is Virtual WH with the 5 physical WHs as child WHs. Since all WHs are same hierarchy (weighage or sequence), product reservations happen simultaneously across all of them.

A WH could be a child of another WH, so not always necessary to have a Virtual WH. It might be possible to have WHB,C,D as child of WHA

Maybe a sequence and hierarchy.. if not in WHA, reserve from virtual WH which has B,C,D as child.

It isn’t clear if your reference to FIFO is for removal strategy applied within each WH or across all WHs.

To have it applied across all WHs, you would need the hierarchy, if it is limited to within each WH then a resupply route would suffice.

Not sure if this response helps, unfortunately not a short or precise answer.

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
I got confused about the warehouse routes and picking operations
warehouses routes
Avatar
Avatar
1
oct 16
6576
Warehousing - Odoo Stock Moves / Routes - Best Practice
warehouses routes
Avatar
0
ene 16
4283
How to transfer goods between different warehouses? Resuelto
warehouses moves routes
Avatar
Avatar
Avatar
Avatar
Avatar
10
ene 24
15789
Manufacturing routes question
warehouses manufacturing routes
Avatar
0
abr 15
6028
Restrict the internal transfert between warehouses
warehouses inventory routes Operations
Avatar
Avatar
Avatar
2
abr 23
3982
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