Tuesday, August 6, 2024
1 change · master
Enhancements to existing features
The Barcode app interface has been refreshed across menus, operation lists, and line details to make warehouse work clearer and faster. Users can now delete added lines directly, see product images without opening details, scan continuously with the camera, and avoid disruptive sound playback errors.
Original PR description
## Description This commit heavily rewrites the Barcode app design. Functionally, there is only a few changes: - Added barcode lines can be deleted directly from the barcode lines page, no need to…
## Description This commit heavily rewrites the Barcode app design. Functionally, there is only a few changes: - Added barcode lines can be deleted directly from the barcode lines page, no need to open the form view anymore; - The conditions to display/hide line's buttons changed; - If the product has an image, it's directly visible on the line (no need to open the form view to see it.) If clicked, the image is displayed in fullscreen. ## Comparison Here some pictures to compare both versions: ### Main menu   ### Operations list   ### Client action   ### Form view   ## References Designed-by: @mano-odoo Co-authored-by: @stefanorigano [task-3929927](https://www.odoo.com/odoo/project.task/3929927?cids=1) Community PR: odoo/odoo#167942 Upgrade PR: odoo/upgrade#6249