Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar 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
  • Proyecto
  • 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

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

Suscribirse

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

Se marcó esta pregunta
pullpushroutes
3 Respuestas
1288 Vistas
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
Mejor respuesta

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 Mejor respuesta

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
Mejor respuesta

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
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Purchase Order: different routes defined per product
purchase_order rules push routes
Avatar
Avatar
1
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
oct 15
7799
Pull Flow and Push Flow of a Product Resuelto
product pull push flow
Avatar
Avatar
Avatar
2
oct 15
19795
MO Pick BOM Components Issue
routes
Avatar
0
may 25
1567
Route for 2 product lines
routes
Avatar
Avatar
1
jul 24
2268
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 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