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

Pick Components are not created with 2-steps MO if Pre-Production is not child of WH

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
manufacturinglocationsstepsv17
2 Respostas
3396 Visualizações
Avatar
Femaag

Hi all!


I am encountering an issue with 2-step MO in Odoo 17.


By default, when you chose this option, it creates a location WH/Pre-Production where the components are sent when we pick them and before we manufacture a product.


It seems that Odoo uses every locations under WH to compute the stock (on product form or even forecasted report). 

Our manufacture process takes some time so we need to remove the picked product from the stock calculation.


One way could be to change the logic of the forecasted view and force the context of the products to compute quantities in WH/Stock location, but it seemed moving the Pre-Production location is easier.


However, when the Pre-Production location is not child of WH (we tried Physical and Virtual Locations), movements are not propagated and pick components never created.


Changing the parent of Pre-Production is the only modification we made.


What surprised us is that applying this logic to 2-step Outgoing Shipments works as expected. When confirming a Sale Order, a PC and an OUT pickings are created. When moving products from WH/Stock to Physical Locations/Output, the product disapear from forecasted report and quantities displayed in Product form.


After a first look, I don't find logic that the 2-step MO works with WH/Pre-Production. Is this a bug or am I missing something in the way Odoo should work?

0
Avatar
Cancelar
Avatar
Femaag
Autor Melhor resposta

After further analysis, I found out that when the Pre-Production is not children of WH, it is not considered as part of the warehouse even if it is filled as the pbm_loc_id in the stock.warehouse record.

Without being in the warehouse, Odoo fails to retrieve the rule to transfer products from stock to pre-production to production.

One solution I found is to force the warehouse inside the stock.move under a MO.

1
Avatar
Cancelar
Avatar
David Barahona
Melhor resposta

Hi Femaag, I'm thinking I have a similar problem but I'm not able to "force" the warehouse inside the model of stock.move, do you mind developing that idea further?

0
Avatar
Cancelar
Femaag
Autor

Hey Jozzepi,

I used a custom module for sure, but I don't quite remember the exact process.

However, I figured out it was a bad idea. A lot of stuff (like the forecasted report or replenishment) broke when I moved the Pre-production outside of WH.

I went back to a solution I refer to in my first post: Update places where the stock is displayed to count only stock in WH/Stock. And tweak the forecast report a bit to distinguish stock in WH/Stock and stock in WH/Pre-Production.

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
Validation error when activating Manufacturing module (v17)
manufacturing v17
Avatar
Avatar
1
jan. 25
2003
How to split a product into several other products? Resolvido
manufacturing v17
Avatar
Avatar
Avatar
3
fev. 24
3740
Manufacturing steps
manufacturing steps
Avatar
Avatar
1
dez. 20
6628
Can I change the number of steps in Manufacturing after I have started? Resolvido
manufacturing change steps
Avatar
Avatar
1
set. 24
2432
How to unreserve qty reserved by manufacturing order Resolvido
manufacturing unreserve v17
Avatar
Avatar
Avatar
3
jul. 24
4324
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