Daily updates from Odoo
Wednesday, April 8, 2026
1 change
Code cleanup and technical improvements
This update standardizes the styling of the AI logo across Odoo by renaming the CSS class from `ai-logo-icon` to `oi-ai-logo`. This change improves the overall consistency and maintainability of the codebase, making future updates easier to manage.
Original PR description
*=ai,ai_knowledge,ai_website,test_discuss_full_enterprise Rename `ai-logo-icon` class to `oi-ai-logo` to follow Odoo icon naming conventions This change aligns the AI logo CSS class with the standard `oi-*` naming pattern used by Odoo icons, improving consistency and maintainability across the codebase.