You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used this set of modules in Odoo v9 with good results, but now when we're upgrading to v16 I get incorrect qtys in the Available and Potential fields from stock_available and stock_available_mrp.
To test the behaviour I created three products:
Car - Storable, manufacturing route, BoM that includes one of each:
Steering wheel, Storable, buy
Engine, Storable, buy
I set the initial quantities for the products to:
Car - qty on hand: 10
Steering wheel - qty on hand: 5
Engine - qty on hand: 3
I have stock_available and stock_available_mrp installed, and the setting "Include the production potential" set to "Quantity on hand".
Now I'd expect the product page for Car to display:
On hand: 10
Forecasted: 10
Available: 13
Potential: 3
But instead, I get "Available: 3", which makes no sense, it should be On hand + Potential. In Odoo v9 it works like this, but in v16 it seems to be broken somehow. Any ideas?
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
I've used this set of modules in Odoo v9 with good results, but now when we're upgrading to v16 I get incorrect qtys in the Available and Potential fields from stock_available and stock_available_mrp.
To test the behaviour I created three products:
I set the initial quantities for the products to:
Car - qty on hand: 10
Steering wheel - qty on hand: 5
Engine - qty on hand: 3
I have stock_available and stock_available_mrp installed, and the setting "Include the production potential" set to "Quantity on hand".
Now I'd expect the product page for Car to display:
On hand: 10
Forecasted: 10
Available: 13
Potential: 3
But instead, I get "Available: 3", which makes no sense, it should be On hand + Potential. In Odoo v9 it works like this, but in v16 it seems to be broken somehow. Any ideas?
The text was updated successfully, but these errors were encountered: