Friday, December 12, 2025
3 changes · saas-18.2
Enhancements to existing features
Odoo now includes an identifier in PayPal payment flows so PayPal can recognize transactions coming from Odoo. This improves traceability and partner reporting without changing the payment experience for users.
Original PR description
PayPal requested that we add an identifier so that they know which transactions are coming from Odoo for better trackability. task-5358321 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237336
The point of sale loyalty system now stops checking reward products once it has found a valid free product option. This reduces unnecessary processing and can make loyalty reward handling faster when several reward products are configured.
Original PR description
Before this commit, the computation of potential free product quantities looped through all reward products even after finding a valid one. This led to unnecessary calculations and performance degradation, especially when multiple reward products were involved. opw-5268991 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#239442
This update enhances the formatting of tax amounts in invoices for the Co-dian localization module. It standardizes the float format used in account_edi_common, ensuring accurate and consistent reporting for tax calculations related to Co-dian regulations. This improves the reliability of financial data for Co-dian users.
Original PR description
Forward-Port-Of: odoo/enterprise#101288