In my case, inventory products can be given to an employee as a custody for a period of time. When the employee returns the product, it is required to show the quality of the returned product.
Is there a work around or a community module to achieve this?
My team came up with three options but all of them have significant problems:
Use a location for each quality status Excellent, Good, and Bad under WH/Stock. This will increase the number of “stock.moves” required.
Add a new field on “stock.move.line”, and “stock.quant”. This obviously will be too complicated to implement. And may not even be possible.
Create a variant for each quality type. Prone to user error, someone will forget to add the variants when creating a new product.
So, my question is “how to implement product quality on inventory?” Also any help, or suggestions are welcome :)