Tuesday, September 6, 2022
1 change · master
Enhancements to existing features
The barcode app now gives warehouse teams clearer instructions and can require key scans, such as locations, products, packages, and lot or serial numbers, before moving forward. This helps reduce picking mistakes, makes unexpected product additions require confirmation, and improves visibility when quantities or backorders need attention.
Original PR description
This PR a two main purposes: #### Enable more control on the way the Barcode App works We want to give to the user the possibility to force some scan. That way, the picker can be forced to scan the…
This PR a two main purposes: #### Enable more control on the way the Barcode App works We want to give to the user the possibility to force some scan. That way, the picker can be forced to scan the source location before to scan a product, or to scan a product before to be able to edit any info on the corresponding line. These restrictions will be added as settings on each picking type and the instructions have to be rewrite to reflect this change and be more explicit on what the picker can/must scan. Also, a prompt will be display if the user don't scan the expected type of barcode, or try to add a non-reserved product in a planned transfer. --- #### Update the Barcode App Components It is not a part of the task, but as OWL was updated in Odoo, including some breaking changes, and as the Barcode App was refactored before this update, it works with an old version of the OWL's component (named `LegacyComponent` for compatibility purposes). It is not a part of the task, but since this task requires a good amount of work for the --- Some minors changes will be done too: * In the Barcode App, display a enhanced version of the backorder wizard to let know to the picker how many products they didn't scan; * Draw attention on the line's quantity after a scan affects it (not enough visible for now); *task-2666478*