Daily updates from Odoo
Wednesday, May 28, 2025
1 change · master
Resolved issues and error corrections
This update keeps the AI assistant feature compatible with recent platform changes by using the new content-selection method. It helps avoid failures when users interact with selected page content through the AI tool.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/209228 The Community side of this PR removes `getTraversedNodes` and `getSelectedNodes` and replaces them with `getTargetedNodes`. This accordingly replaces a call to `getTraversedNodes` with one to `getTargetedNodes`. task-4809282