Monday, March 31, 2025
2 changes · saas-17.4
Resolved issues and error corrections
Restores a missing editor method so users can insert AI-generated text alternatives without hitting an error. This keeps the website/editor AI workflow usable after a previous version update accidentally removed required behavior.
Original PR description
**Problem**: A method introduced in [commit 6121365](https://github.com/odoo/odoo/pull/186881/commits/6121365a16bc2d380c457eafa38a9f52030dc3d0) was mistakenly removed during the forward-port to 17.4 in [commit 07439a1](https://github.com/odoo/odoo/pull/198061/commits/07439a1c63127aa077d1e7ba5245ecc3f3e2a245). This causes a traceback when inserting AI-generated text. **Solution**: Reintroduce the missing method to prevent traceback. **Steps to reproduce**: 1. Add text in the editor. 2. Select the text. 3. Click **"AI"** in the toolbar. 4. Choose an alternative and click **"Insert"**. - **Issue**: Traceback occurs. **opw-4642868** --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Online payment QR codes now reopen correctly on the customer-facing display for repeat point-of-sale orders. This prevents checkout confusion when customers make more than one order in the same session and need to scan the payment code again.