I have a product package that contains 6 bags of coffee. We put this package together based on the season and available stock. In total, there are 10 different coffees to choose from: 6 blends and 4 seasonal blends. So, each season, the selection consists of 7 available coffees.
To manage this, I created a Bill of Materials (BoM) for the product variant, where I can select 6 coffees out of the 7 available ones to create the package. The BoM includes all the coffees (the 6 blends and 4 seasonal blends). However, when I try to create a production order in Odoo, it consumes all of the coffees from the BoM, rather than just the specific ones I’ve selected.
I set the consumption to "manual" for each coffee, but that didn’t seem to resolve the issue.
So, my questions are:
- Is there a way to limit consumption to only the selected coffees from the BoM, rather than consuming all of them?
- How can I ensure that Odoo only processes the chosen coffees in the production order?
- What step did I miss in setting this up?