Tuesday, September 2, 2025
2 changes · master
Features or functions removed from Odoo
This change removes an older way to create multiple planning shifts from a template because the same capability is now handled by a broader, shared implementation. This reduces duplication and keeps the shift creation process simpler and easier to maintain.
Original PR description
- This commit reverts https://github.com/odoo/enterprise/commit/84a5c06cca26628d29e2db64a661db542d3eca4c, which added the multiple shift creation feature. - The feature has since been implemented in a generic way in https://github.com/odoo/enterprise/pull/89560 keeping both implementations would introduce redundancy and add unnecessary complexity to the shift creation flow. task-5025754
The eCommerce dashboard menu has been removed because the underlying dashboard is no longer available. This keeps the website sales interface cleaner and prevents users from seeing a menu item that no longer leads to an active dashboard.
Original PR description
Description: - Drop website.menu_website_dashboard as the ecommerce dashboard is removed. SEE ALSO: Upgrade PR: https://github.com/odoo/upgrade/pull/8320 Community PR:https://github.com/odoo/odoo/pull/223724 task-4855511