Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
4 Antwoorden
7267 Weergaven

We are running odoo with multiple workers and we have multiple warehouses to manage our inventory. When we compare the location quants for a particular product, sometimes it does not match with the actual stock calculated based on the stock moves.

Has anyone faced this problem ? Or does anyone know the reason ?

Avatar
Annuleer

I am facing something similarly weird, and is, that qty_available does not reflect quants sum.

I have same problem in v12 and you know why?

Beste antwoord

There appears to be at least two issues, both bugs.

"Inventory Valuation" reports quants and which location they are currently in.  "Inventory at Date" reports moves and which location they moved in and out of, if they are "inward" or "outward".

Problem 1: "Inventory at Date" effectively finds internal moves, but "Inventory Valuation" does not.

     eg. Order 5 and receive to "Stock".  Both reports list 5 at stock.  Move 5 from "Stock" to "Stock / Shelf 1".  Report 1 says 5 at "Stock / Shelf 1", report 2 says 5 at "Stock".

Problem 2: If a pack operation mismatches the stock move, then they think said items are at different places.  This is a biggie for my thinking, especially since base Odoo allows the following bad data to arise.

     eg. Order 5 to be received to "Stock".  Before receiving, click the pencil icon and change the "pack" operations to receive to a different location "Stock / Shelf 1".  Report 1 says 5 at "Stock / Shelf 1" and report 2 says 5 at "Stock".  Now the two are out of sync, and availability / OH checks for various processes and procurements, depending on which they look at, are screwed and inconsistent....


Avatar
Annuleer
Beste antwoord

Take a look.. check if your stock location is correctly configured (son of physical location)

Avatar
Annuleer
Auteur

I double checked and its definitely configured correctly. I wonder if it is related to multi threading..