Daily updates from Odoo
Wednesday, December 24, 2025
3 changes
New functionality added to Odoo
This update enhances Odoo's barcode scanning capabilities by adding support for decoding EPCs provided as hexadecimal values. This allows for greater flexibility in reading data from various barcode and RFID devices, expanding compatibility and improving data capture accuracy. A related refactoring is planned for the main Odoo codebase.
Original PR description
Add an EPC decoder as a front-end service. The decoder takes an EPC as a hexadecimal input and return the resulting URI or Element String. On incorrect input or unsupported decoding, the returned value is null. Currently support SGTIN-96, SGTIN-198, SSCC-96, SGLN-96, SGLN-195. This commit also adds 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. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update introduces basic localization support for Mauritania within the Odoo system. It includes translated data and configurations necessary for businesses operating in Mauritania to use Odoo correctly, aligning with local tax and accounting regulations. This enhancement expands Odoo's global reach and compliance capabilities.
Original PR description
task-4236158 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#241003 Forward-Port-Of: odoo/odoo#211906
This update adds essential financial reports – Balance Sheet and Profit & Loss – to the Odoo Enterprise system for Mauritania. This expansion allows Mauritanian businesses using Odoo to generate and analyze key financial statements in their local currency and reporting format, improving compliance and financial insights.
Original PR description
Add the Balance Sheet and Profit & Loss to the Mauritanian localization. task-4236158 Forward-Port-Of: odoo/enterprise#100897 Forward-Port-Of: odoo/enterprise#86530