I'm implementing Odoo for a small manufacturer. They do perform a quality check at goods receipt but it is a simple check performed by the person who receives the goods. I have configured a one-step receiving process for them because 3-step would be overkill.
Ideally, my process would look like this:
I have read this post: https://www.odoo.com/forum/help-1/does-odoo-have-a-material-status-way-to-block-products-for-products-on-hold-or-quarantined-194850 but other than implementing a 3-step receiving process, I'm not clear on how I could achieve what I need.
Upon advice from different Odoo consultants, I have tried the following but neither makes the stock unavailable:
- Setting my quarantine location as type=Inventory Loss
- Setting my quarantine location as a sub-location of 'Physical Locations', (i.e. not a sub-location of Stock), with type=Internal Location
Is there any way that I can have a one-step receiving process and configure the quarantine location so that stock sent there is unavailable? Thanks