Daily updates from Odoo
Thursday, December 25, 2025
1 change · master
Enhancements to existing features
This update enhances our stock management capabilities by adding the ability to scan RFID devices directly, eliminating the need for a dedicated mobile app. The change utilizes existing barcode scanning technology, streamlining the process and improving efficiency. A related naming refactoring is also being implemented.
Original PR description
Now, we have an EPC decoder, we can add support for reading values from an RFID device without requiring a specific mobile app. To achieve this, we use the same entry point as the one used for barcode scanning. As a result, a refactoring of the naming is planned on the master branch. Forward-Port-Of: odoo/enterprise#102854