Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Resupply/Route problem

Odebírat

Get notified when there's activity on this post

This question has been flagged
warehousesmethodsroutes
2 Odpovědi
717 Zobrazení
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
Zrušit
Avatar
Pablo Perugini
Autor Nejlepší odpověď

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
Zrušit
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
Nejlepší odpověď

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

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
I got confused about the warehouse routes and picking operations
warehouses routes
Avatar
Avatar
1
říj 16
6580
Warehousing - Odoo Stock Moves / Routes - Best Practice
warehouses routes
Avatar
0
led 16
4284
How to transfer goods between different warehouses? Vyřešeno
warehouses moves routes
Avatar
Avatar
Avatar
Avatar
Avatar
10
led 24
15793
Manufacturing routes question
warehouses manufacturing routes
Avatar
0
dub 15
6029
Restrict the internal transfert between warehouses
warehouses inventory routes Operations
Avatar
Avatar
Avatar
2
dub 23
3983
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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