Monday, April 27, 2026
3 changes · saas-18.1
Resolved issues and error corrections
The update adds pm.me to the list of common personal email providers used by Odoo's in-app purchase tools. This helps classify contacts with Proton Mail short-domain addresses more accurately, improving data handling and lead/customer identification consistency.
Original PR description
--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#215290 Forward-Port-Of: odoo/odoo#214036
This update adjusts an internal Point of Sale sales test so it uses the correct test startup flow. It helps keep automated validation stable and reduces the risk of false build failures, with no expected change for end users.
Original PR description
Replace `start_tour` by `start_pos_tour`. Trying to fix runbot error 230078. opw-4819708 Forward-Port-Of: odoo/odoo#219940
This update fixes a technical error that previously caused a traceback when a sale order's invoice date was not specified. The fix ensures that stock moves are correctly filtered, regardless of whether an invoice date is present, improving the reliability of subscription order processing. This resolves a potential disruption to order fulfillment.
Original PR description
The Issue: Prior to this commit, When the sale order last_invoice_date is False, a traceback is thrown The Fix: To resolve this, We get the last_invoice_date or todays date opw-4403557 Forward-Port-Of: odoo/enterprise#75717