Friday, December 12, 2025
3 changes · 17.0
New functionality added to Odoo
This pull request updates the sales order reporting functionality to provide more detailed insights into order fulfillment. Specifically, it enhances the reporting by including key metrics related to shipping and delivery, allowing sales teams to better track order progress and identify potential delays. This change improves overall sales efficiency and customer satisfaction.
Original PR description
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 adds a new test to ensure that the Peppol status of partners is automatically updated when invoices are generated through e-commerce and linked to Peppol-based payments. This improves the accuracy of Peppol data and streamlines the process of exchanging invoices internationally. It’s a key step in supporting our international business operations.
Original PR description
When creating a SO on e-commerce leading to an automatic invoice, the invoice is automatically sent using Peppol upon the payment. This test ensures the peppol status of the partner is updated during the process. task_id: 5025176 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update backports the Worldline payment provider to Odoo 17 to prepare for the upcoming discontinuation of legacy payment APIs by December 2025. This ensures a smoother transition for businesses using Worldline payments, preserving existing Ogone tokens and allowing for early migration. It addresses a critical dependency update.
Original PR description
Description of the feature this PR addresses: - Legacy payment APIs used by Ogone will be discontinued by 31 Dec 2025. - Backport Worldline provider from 18.0 to 17.0 to support early migration. Desired behavior after PR is merged: - Worldline payment provider is backported to 17.0. - A smooth upgrade is ensured while preserving Ogone tokens, knowing Worldline already exist in 18.0. Affected version-17.0 task-4687593