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

FIFO: wrong value on partial receipt

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
fifoinventoryPurchase
3 Respostas
3117 Visualizações
Avatar
Gabriel P Hauser

Given topic: 

1 Purch. Order contains a defined item, qty = 3, each 10 EUR in price = 30 EUR total amount. 

You receipt 1 item, value equals 10 EUR - that is correct. 

Now, the purch. invoice comes and confirms this price. Everything is ok so far in an all perfect world. 


Let's assume that the second delivery also contains 1 item. You'll receipt that and Odoo assumes 20 EUR in stock value. Until now everything is also correct. 

Unfortunately, your supplier needs to higher the price and sends an invoice for the second item which differs to 20 EUR due to higher prices in raw materials. Not uncommon in volatile markets. 

At that moment, when you register the second invoice, Odoo must adjust the previous receipt to 20 EUR, so that the total stock value is 30 EUR as this is what you've paid and also what has been posted to the general ledger. 

Am I missing any recurring, automated correction report/tool or is this a serious mistake in inventory value calculation? 

0
Avatar
Cancelar
Avatar
Wim Audenaert
Melhor resposta

Changing the PO manually is not the right solution here. There are more issues related to it.

You receive in inventory at a price, and you get afterwards the bill at another price. The value of inventory must be changed, but there should also be a correction journal entry to get the right values in accounting.

I made a quick fix for it with python code on account_move (to change the value in stock_valuation_layer) and on stock_valuation_layer (to make the correction journal entry), but this is not enough. There are more problems with it when you return the 2nd receipt when the first is still in inventory.

I made a ticket at Odoo for it.

0
Avatar
Cancelar
Avatar
Gabriel P Hauser
Autor Melhor resposta

I can't adapt the PO! I don't have the information, yet. This comes when the supplier sends the invoice. 

Rather then doing it manually I'd expect the system to correct it afterwards automatically at the moment when the purchase invoice arrives. The problem in the current behavior is that the inventory value doesn't equals the P&L postings. Easy to check that for an auditor and that is sth you don't want to happen in your company, right? 

0
Avatar
Cancelar
Avatar
Mindaugas
Melhor resposta

not perfect world and solution some has to be done by hand :)
so you have PO 3 qty. price 10eur.

when you receive 1 and bill, and waiting for others. you need to correct PO.

so i correct PO. one line -1 unit 10 eur(which received already). and other line 2 units, for 20eur. and when i validate receipt. validation ok. because transfer get value from PO.


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
[Odoo v11] Issue with FIFO and back orders
fifo inventory backorder
Avatar
Avatar
1
jul. 18
4186
[Odoo v11] How do I allow product cost of a product to be 0
purchase fifo inventory
Avatar
Avatar
1
jul. 18
4808
How to Reset Valuation or cut off fifo Inventory Valuation ?
fifo inventory valuation odoo11community
Avatar
Avatar
1
set. 20
5163
How to handle inventory valuation depreciation in Odoo11 with FIFO?
fifo inventory valuation realtime
Avatar
0
ago. 20
4608
Odoo Inventory Valuation Report
inventory
Avatar
Avatar
Avatar
Avatar
3
nov. 25
7329
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