Daily updates from Odoo
Thursday, July 10, 2025
4 changes
2 changes
Enhancements to existing features
The POSBox homepage now shows a simpler database connection flow. Users see a clearer “Disconnect” button and are no longer prompted to configure a new database when one is already set, reducing screen clutter and confusion.
Original PR description
We renamed the "Disconnect from current" button to "Disconnect", and removed the possibility to configure a new database if one is already configured. This eases user experience, by reducing the amount of information on the screen. Task: 4922634 Forward-Port-Of: odoo/odoo#217706
This update enables an automated website tour that checks snippet caching across multiple websites. It helps ensure website content remains reliable when businesses manage more than one site from the same Odoo database.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
2 changes
Enhancements to existing features
The Website Studio form walkthrough has been updated to work with the redesigned website builder. This restores automated checks that help ensure the form-building experience remains reliable for users.
Original PR description
The `website_studio_website_form` tour was previously broken due to DOM structure changes introduced by the new website builder and was consequently disabled. This commit updates the tour steps to align with the new DOM and re-enables the associated test. Forward-Port-Of: odoo/enterprise#89389
The DHL delivery integration is now categorized under shipping connectors. This makes it easier for users to find the DHL connector in the appropriate section when browsing or managing apps.
Original PR description
DHL module should be in the shipping connectors section Task: 4903666