Daily updates from Odoo
Thursday, May 22, 2025
1 change · saas-18.3
Code cleanup and technical improvements
The translation feature is being separated from the AI chat tool so each can be maintained and used independently. This keeps the same translation capability available through the editor while making the underlying setup cleaner and easier to evolve.
Original PR description
This commit removes the translate functionality from the chatgpt plugin in the ai module. That is done to effectively decouple the two functionalities since they are independent in their implementations and their use. The translate functionality is added back in the html_editor module as a separate editor plugin. Community PR: https://github.com/odoo/odoo/pull/209931