Monday, December 23, 2024
1 change · master
Enhancements to existing features
Shop floor workers can now manage component, byproduct, and production registration more directly from the related stock movement instead of individual line links. This simplifies the workflow, reduces behind-the-scenes synchronization issues, and improves barcode scanning for products and lot or serial numbers.
Original PR description
We remove the link between quality.check and stock.move.line for: - component registration checks - byproduct registration checks - register production checks Instead, we link the quality.check directly with the stock.move, and show a table of move lines on the check for the user to manipulate all at once. This change allows us to get rid of a lot of synchronization code related to the continue consumption or synchronization between quality.check and stock.move.line. We also add a bunch of improvements to barcode scanning in the shop floor. task-3976734