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

Push rule executed before fullfilling existing pick action (trigger by pull rule)

Subscriure's

Get notified when there's activity on this post

This question has been flagged
pullpushroutes
3 Respostes
1290 Vistes
Avatar
Sig De

We have following setup:

  • Pre-production area, where components are needed to manufacture finished products. On creating manufacturing order, missing goods are ordered automatically.
  • Components can be picked/available from our stock, or should be ordered. In that last case the goods should go from inbound area to pre-production area (no extra step through our stock)
  • We have 2 step good receipt. When goods are receipt, they should either go to the pre-production area if there is need for them there, or otherwise can go to our stock.

Odoo configuration:

  • Locations hierarchy:
    • WH/Stock
      • WH/Stock/Input (this is different than default Odoo setup)
      • WH/Stock/Warehouse
      • WH/Stock/Warehouse/Sublocation1,2,3,...
    • WH/Pre-production
  • Routes configuration:
    • Pick and produce (Sequence = 8):
      • Action Pull from: WH/Stock -> WH/Pre-production
      • Action Pull from: WH/Pre-production -> Virtual Locations/Production
    • Reception in 2 steps (Sequence = 9)
      • Action Push to: WH/Stock/Input -> WH/Stock/Warehouse

Resulting behaviour:

  • We create a manufacturing order. This automatically creates an Internal Transfer of type Picking. This remains in status waiting if not all components are available.
  • When missing components arrive, we complete Operation Receipts. Components are put to WH/Stock/Input
  • Instead of linking those components with the existing picking operation, a new Internal Transfer is created of type Storage.
    THIS WE DO NOT WANT: Storage should only happen for products that cannot be linked to existing transfers.

I find this behavior strange, since I put higher priority (lower sequence nr) on the picking route compared to the storage route.

I also tried changing the first action in the "Pick and produce" route to Pull & Push, but this doesn't change the behaviour.

Anyone got any idea what am I doing wrong, or how I can change the behaviour the way we need it? Thanks in advance!

0
Avatar
Descartar
Lars Aam

Odoo have fixed routes, and not dynamic as you want. To get that dynamic function you want, you would need programming. Should be possible, but dynamic actions is complex.
With to step receipt there is also a transfer from Input to location to Stock. So if you want to skip the input location and put directly in stock, you would need to cancel the transfer from Input to stock.
Both steps can be done manually.

Avatar
Jaideep
Best Answer

The sequence of the routes doesn't impact the scenario that is described. The Pick component route terminates at WH/Stock. In the absence of available qty at this location, the subsequent route (Buy) is triggered.

The push rule (Input -> Stock) triggered by 2 step receipt route reserves the products at Input location making it unavailable to other operation (Pick Component) at this location. 


2 distinct processes not following the sequence you describe.


To make qty available at Input location you would need to unreserve qty the Storage operation.


Subsequently reserve (by clicking Check Availability) on Pick Component operation


Hope this clarifies.


It sure doesn't address your need for transfer of received components directly from Input to Pre-production or to have a 1 step receipt to Input locations.


To achieve that, you would require to modify the manufacturing route (Pick components and then manufacture) and (Or) create a 1 step receipt operation selectable on the PO


As example -


===========

Update - Alternately it is possible to modify the receipt route. Specifically the push rule (2nd step - Input to Stock (warehouse in your example) by creating a rule. 

In your example, the 2nd transfer - Input to Stock should only be created for receipt operations where the POs aren't for components of manufacturing orders.

[("purchase_line_id.group_id", "not ilike", "WH/MO")]

Purchase Order's procurement group isn't from a MO.

This rule precisely provides the behaviour you are seeking

1
Avatar
Descartar
Avatar
Sig De
Autor Best Answer

Thank you for the links. I think this is generic information about routes, but doesn't provide an answer on my specific problem.

I will try to ask the question in a more generic way:

  • On inbound location A I have 2 routing rules:
    • Pull from: A -> B (generated by manufacturing order)
    • Push to: A -> C (store goods to warehouse C)
  • The pull rule has a lower sequence nr than the push rule, so I guess pull is considered higher priority.
  • However, when products arrive on A, they are NOT matched to any existing transfer linked to the Pull action, instead a new Push transfer is created. Which is not the behavior we want.

How can we do this please, or what could we be doing wrong. Let me know if more info is needed.


Thanks!

0
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Please refer to the following links:

1. https://www.odoo.com/documentation/18.0/applications/inventory_and_mrp/inventory/shipping_receiving/daily_operations/use_routes.html

2. https://www.cybrosys.com/blog/push-pull-rules-in-odoo-15-inventory-module

3. https://www.cybrosys.com/blog/pull-and-push-rule-in-odoo-16-inventory-app


Videos:

1. https://www.youtube.com/watch?v=qkhDUezyZuc

2. https://www.youtube.com/watch?v=qc0Fh0qrbRw

3. https://www.youtube.com/watch?v=GR6JKaMi-Ck

4. https://www.youtube.com/watch?v=97v5odne4ac



Hope it helps.

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
Purchase Order: different routes defined per product
purchase_order rules push routes
Avatar
Avatar
1
d’oct. 20
2693
How to automatically make a Sales order in company B when company A gets a Sales order
pull push intercompany route
Avatar
0
d’oct. 15
7799
Pull Flow and Push Flow of a Product Solved
product pull push flow
Avatar
Avatar
Avatar
2
d’oct. 15
19796
MO Pick BOM Components Issue
routes
Avatar
0
de maig 25
1567
Route for 2 product lines
routes
Avatar
Avatar
1
de jul. 24
2268
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