Daily updates from Odoo
Tuesday, May 13, 2025
3 changes · master
Enhancements to existing features
Users now see a clear option to reset filters when a view has no matching records, helping them recover faster from empty search results. Empty screens that rely on sample data also display a banner so users better understand that the data shown is illustrative.
Original PR description
task-4648766 odoo PR https://github.com/odoo/odoo/pull/208864 enterprise PR https://github.com/odoo/enterprise/pull/85388
AI agents are now linked more directly to their persona records, making related chat interactions faster and easier to maintain. The opening message in AI agent conversations can also use the agent's subtitle, creating a clearer first impression for users.
Original PR description
First commit refactors how ai.agent records are accessed from Persona(res.partner) to improve performance and code clarity. Currently, an orm.searchRead() call was necessary to fetch the corresponding ai.agent for a Persona. This commit also adds helper function `isAgent()` to the Persona model. Second commit is my change proposal for start message of a chat with AI agent. Let me know how you think about this! <img width="1357" alt="image" src="https://github.com/user-attachments/assets/48955c4b-529a-44f0-b1e0-748b9c2de9ce" />
Updates Romanian electronic invoicing to better synchronize with ANAF, Romania's tax authority. This helps businesses keep invoice exchange and compliance workflows aligned with official systems.
Original PR description
WIP task-4588800 related : https://github.com/odoo/odoo/pull/205141