Daily updates from Odoo
Monday, June 23, 2025
3 changes · master
Enhancements to existing features
This update adjusts the heading structure used in appointment website snippets. The change helps pages present clearer content hierarchy to search engines, supporting better SEO without altering the booking experience.
Original PR description
This PR reviews the heading tags in-use within the `s_appointment` dynamic snippets, ensuring a better SEO. task-4349019
The online product page has been refreshed for rental, stock rental, and subscription products to match the broader website sale redesign. Customers should see clearer product options, buttons, ratings, accordions, and terms sections, improving the shopping experience and consistency across product types.
Original PR description
*: renting, stock_renting, subscription This PR updates enterprise modules to align with the redesign of the product page. Community PR: https://github.com/odoo/odoo/pull/201019 Upgrade PR: https://github.com/odoo/upgrade/pull/7512 task-4527182
Planning users can now create multiple shifts directly from the monthly calendar by choosing a planning template and assigning resources, then selecting the days to schedule. This reduces repetitive manual work and makes building schedules faster and easier.
Original PR description
This commit's purpose is to allow the creation of planning shift from the calendar view in batch. This make use of the feature added by the framework recently 'multi_create_view'. Some js customization was needed in order to fully fulfill our use case. Mainly, we always hide the hours widget, since we use the schedule of the slot_template anyway, and the view is only available in 'month' scale.