Daily updates from Odoo
Sunday, July 6, 2025
1 change · master
Enhancements to existing features
The AI discussion tools now rely on the standard mail message copy action instead of maintaining their own version. This keeps the experience consistent across apps and reduces duplicated maintenance work.
Original PR description
The "copy-message" action is moved to mail in the community counterpart of this commit. This commit updates the ai code to use the mail action. community: https://github.com/odoo/odoo/pull/217310 Forward-Port-Of: odoo/enterprise#89402