Thursday, January 15, 2026
5 changes · 19.0
Enhancements to existing features
Odoo now includes Minute and Kilowatt hour as standard units of measure aligned with UNECE recommendations used for Peppol. This helps electronic invoices use the correct unit codes instead of falling back to a generic unit, improving consistency for businesses that bill time or energy usage.
Original PR description
**Issue:** 2 UoM that is in the UNECE Recommendation No.20 for Peppol don't exist in Odoo: - MIN: Minute - KWH: Kilowatt hour Even if they are created manually, they are not used in the UBL/CII electronic invoices. Instead, the default code (i.e. "C62" for "Units" is used). Some localization modules create the "Kilowatt hour" UoM as they need it. (l10n_cl and l10n_tr_nilvera) So it's better to have a "generic" one available for every module. opw-5269119 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243535 Forward-Port-Of: odoo/odoo#238342
The Taxes view on fiscal positions now shows tax replacement rules more clearly. This helps users review tax mappings directly from the list without opening each rule, saving time during setup or checks.
Original PR description
-Update the list view opened from the “Taxes” stat button to make tax replacement rules easier to inspect. Impact: -Users can review tax mappings directly without extra clicks. Back-port of: https://github.com/odoo/odoo/pull/238267 task-5374524
The Point of Sale payment screen has a small visual update to the Open Cashbox button. This improves the cashier interface by making the cashbox action feel more polished and consistent.
Original PR description
Little UI changes on the Open Cashbox button in the PoS. task: 5441682 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale payment screen now uses color to make the remaining payment status easier to read. Positive remaining amounts are shown in green, while negative amounts are shown in red, helping cashiers quickly identify payment situations.
Original PR description
The aims of this pr is to put the payment status and amount in green when the Remaining amount is positive. And in red for negative amount. task: 5491579 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the Odoo Enterprise web_studio tool by automatically including more necessary models in default export presets. This ensures that users can consistently export complete and functional applications without needing to manually select each model. It improves the usability and efficiency of the web_studio export process.
Original PR description
In this PR we add several models to the **PRESET_MODELS_DEFAULTS** list such that the exporter includes necessary models by default.