Friday, April 24, 2026
2 changes · saas-19.3
Enhancements to existing features
This update enhances the visibility of tax return export files for users. Instead of attaching them to the record, the system now posts them to the chatter thread upon return validation, making them easily accessible for review and discussion. This simplifies the process of accessing and sharing these important documents.
Original PR description
The xml and pdf of export of the tax return are not so visible for the user, thus the change creates the files on the validation of the returns and exports them to the chatter where they would be pinned task: 5871091 Forward-Port-Of: odoo/enterprise#111769
This update enhances the Odoo Website Builder AI agent by granting it immediate access to image generation and web search tools. Previously, the agent wasn't aware of these tools at the start of a conversation, limiting its capabilities. Now, the agent can proactively utilize these features, improving user experience and efficiency.
Original PR description
__Before commit__ Since odoo/enterprise@be7cb24c, the AI topics are not loaded in the context from the start. Therefore, although the Website Builder AI topic has access to the image generation tool, the agent isn't necessarily aware of it at the start. Moreover, the Website Builder agent is currently unable to perform web searches. __After commit__ The Website Builder agent now has access to the image generation topic as well as the web search topic. It will therefore be aware of those tools from the start of the conversation. task-6143594