Daily updates from Odoo
Wednesday, August 12, 2026
4 changes
1 change
New functionality added to Odoo
A new FedEx certified delivery module adds the API changes required to meet FedEx certification guidelines. This helps businesses continue using FedEx shipping services with an approved integration and updated branding/configuration support.
Original PR description
For the certification process of FedEx there were some changes needed in the delivery_fedex_rest module. This modules made those changes according to the FedEx guidelines. Task-id: 6164275 Forward-Port-Of: odoo/enterprise#122663
3 changes
New functionality added to Odoo
Adds Schedule III Balance Sheet and Profit and Loss reports for Indian localization. This helps Indian businesses prepare statutory financial statements in the required format more directly within Odoo.
Original PR description
WIP task-2381149
A new DHL shipping connector is being added using DHL’s recommended MyDHL REST API, replacing the older XML-based approach that DHL is retiring. This helps keep DHL shipping services compatible with current provider standards and reduces future disruption risk for businesses using DHL delivery.
Original PR description
This new module should replace the existing implementation for DHL integration which uses XML and is no longer recommended by DHL: https://developer.dhl.com/dhl-express-xml-developer-portal-sunset. The new integration uses ["MyDHL API"](https://developer.dhl.com/api-reference/dhl-express-mydhl-ap) which is based on REST. Upgrade PR: odoo/upgrade#6090 Task-3759205
This adds a new USPS shipping integration that uses USPS's current REST API instead of the older XML-based approach. Businesses using USPS delivery can benefit from alignment with USPS's recommended technology, improving long-term compatibility and supportability.
Original PR description
This new module should replace the existing implementation for USPS integration which uses XML which is not the recommended API currently by USPS. The new integration uses USPS's latest RESTful APIs: https://developer.usps.com/apis. Task-3759325