Thursday, July 25, 2024
1 change · saas-17.4
Code cleanup and technical improvements
The barcode scanner error sound has been moved into the shared barcodes module so it can be reused beyond inventory workflows. This makes the same audible feedback available to other barcode-based processes, such as event registration desks, without duplicating files.
Original PR description
[task-3847374](https://www.odoo.com/web#id=3847374&cids=1&menu_id=6478&action=4043&model=project.task&view_type=form) [PR COM 160368](https://github.com/odoo/odoo/pull/160368) #### barcodes MOV _See COM branch for related commit_ I've moved the OGG and MP3 sounds to the barcodes module so that other modules using barcode scanner can use the same sound file. task-3847374 Related COM PR: https://github.com/odoo/odoo/pull/160368