Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Resupply/Route problem

Subscriure's

Get notified when there's activity on this post

This question has been flagged
warehousesmethodsroutes
2 Respostes
718 Vistes
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 Best Answer

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
Best Answer

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
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
I got confused about the warehouse routes and picking operations
warehouses routes
Avatar
Avatar
1
d’oct. 16
6580
Warehousing - Odoo Stock Moves / Routes - Best Practice
warehouses routes
Avatar
0
de gen. 16
4284
How to transfer goods between different warehouses? Solved
warehouses moves routes
Avatar
Avatar
Avatar
Avatar
Avatar
10
de gen. 24
15794
Manufacturing routes question
warehouses manufacturing routes
Avatar
0
d’abr. 15
6029
Restrict the internal transfert between warehouses
warehouses inventory routes Operations
Avatar
Avatar
Avatar
2
d’abr. 23
3983
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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