Friday, May 17, 2024
1 change
New functionality added to Odoo
Users can now manually add quality checks to specific inventory transfers or manufacturing orders when needed. This gives teams more flexibility to handle exceptional inspections without changing the standard quality process.
Original PR description
*: quality_control, quality_mrp, quality_mrp_workorder This commit adds the ability to create on-demand quality points that could be used to arbitrarily add quality checks to any transfer. Users are able to do so via a specific action attached to the `stock.picking` form. On clicking on this action, a wizard appears where users should specify the product, quality point and lot/serial number (if applicable). On confirmation, the proper quality check(s) will be added to the current transfer only. Task-3870556