Daily updates from Odoo
Sunday, August 31, 2025
2 changes
Enhancements to existing features
Deleting an article from a Knowledge article index now moves it to the trash instead of permanently removing it, reducing the risk of accidental data loss. The index also refreshes after deletion attempts, helping clean up outdated entries and avoid user-facing errors when the index is out of sync.
Original PR description
When a user deletes an article from the article index, the article is currently permanently deleted from the database. This can be frustrating if the user clicks the icon by mistake. To improve the experience, we will change the behavior so that the article is moved to the trash instead of being immediately deleted. Additionally, when the article index becomes desynchronized, attempting to delete an article may raise an error. To address this, we will wrap the ORM call sending the article to the trash with a try/catch and always resynchronize the block. This should ensure that the invalid entries are removed from the article index. Task-4989809
The AI module now supports GPT-5 as an available provider. This expands the choice of AI models and can improve the quality or capability of AI-powered workflows that rely on large language models.
Original PR description
GPT-5 > all others.