Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

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

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
pullpushroutes
3 Respostas
1294 Visualizações
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
Cancelar
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
Melhor resposta

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
Cancelar
Avatar
Sig De
Autor Melhor resposta

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
Cancelar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Melhor resposta

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
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Purchase Order: different routes defined per product
purchase_order rules push routes
Avatar
Avatar
1
out. 20
2694
How to automatically make a Sales order in company B when company A gets a Sales order
pull push intercompany route
Avatar
0
out. 15
7800
Pull Flow and Push Flow of a Product Resolvido
product pull push flow
Avatar
Avatar
Avatar
2
out. 15
19796
MO Pick BOM Components Issue
routes
Avatar
0
mai. 25
1567
Route for 2 product lines
routes
Avatar
Avatar
1
jul. 24
2268
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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