Daily updates from Odoo
Friday, November 19, 2021
1 change
Code cleanup and technical improvements
The barcode and QR code scanning library was moved out of the Enterprise web area so it can be shared by more Odoo apps. This makes it easier for future features to reuse the same scanning capability consistently across editions.
Original PR description
This commit is a follow-up to the move of the ZXing library (used for QR/Barcode decoding) from `web_enterprise` to `web` so it can be reused in other modules (see PR odoo/odoo#79991). Change motivated by odoo/odoo#78204