Tuesday, August 12, 2025
3 changes · master
Features or functions removed from Odoo
This change removes obsolete website snippet option code that is no longer used after a prior website refactor. It helps keep the website editing codebase cleaner and easier to maintain without changing expected business workflows.
Original PR description
*: website, website_blog, website_crm_partner_assign, website_customer, website_event, website_event_exhibitor, website_event_track, website_forum, website_hr_recruitment, website_mail_group, website_mass_mailing, website_mass_mailing_sms, website_payment, website_sale, website_sale_comparison, website_sale_loyalty, website_sale_slides, website_sale_wishlist, website_slides, website_slides_forum Following the website refactor [1], that code is not used anymore. [1]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2
Several website-related apps have had obsolete snippet configuration code removed after a prior website refactor made it unused. This is an internal cleanup that reduces maintenance overhead and should not change day-to-day website behavior for users.
Original PR description
* : website_appointment, website_helpdesk, website_knowledge, website_sale_renting, website_sale_subscription, website_studio Following the website refactor [1], that code is not used anymore. [1]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2
An unused shortcut in the Attendance Gantt view was removed because it was no longer referenced. This keeps the system configuration cleaner with no expected change for day-to-day users.
Original PR description
Remove unused action 'hr_attendance_gantt.action_open_gantt_create_view_form' since it is unused Task ID: 4988707