Friday, November 29, 2024
1 change · 17.0
Resolved issues and error corrections
Sale order confirmations no longer fail when the confirmation email template contains an error, such as a removed field. The order can still be confirmed after payment, reducing the risk of customers paying more than once, while the email is sent without the faulty template content.
Original PR description
If sale order confirmation template was broken in some way eg. field no longer exists in the model. When mail confirmation was send it caused an error and additionaly, Sale Order was not confirmed even when transaction was done, which could result in customers paying multiple times for the same Sale Order. Now, in case of faulty template, email still will be send, but without the template body. opw-3957553 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr