Thursday, February 26, 2026
3 changes · saas-19.1
Enhancements to existing features
This update streamlines the process of creating bank accounts for companies, particularly those requiring trusted verification. Users will now be directly prompted to activate accounts with their bank, simplifying the setup and reducing potential errors. This change improves the overall efficiency of managing company financial information.
Original PR description
Forward-Port-Of: odoo/odoo#249983
This update simplifies how businesses can tailor the product container displayed on the website, particularly for different modules. Previously, customization required complex code changes, now a dedicated method makes it easier to adapt and maintain, leading to greater flexibility and future compatibility. This change supports a more adaptable website experience.
Original PR description
The product_container element may vary across modules and cannot be hardcoded. Modifying it currently requires overriding the entire add_to_cart method, which reduces flexibility and maintainability. This change extracts the product_container logic into a dedicated method, making it easier to extend and customize without duplicating the full add_to_cart implementation. This ensures better forward compatibility and modular extensibility. Enterprise PR: https://github.com/odoo/enterprise/pull/107343 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update simplifies the out-of-office period setup in user preferences. Previously, users had to navigate through multiple steps to set an end date, leading to potential errors. Now, separate start and end date fields are introduced, making the process clearer and reducing the risk of unintentionally creating an indefinite out-of-office period.
Original PR description
In the user preference panel, the end date of the out-of-office period is not displayed by default. To define an end date, users must first click the field and then select the "Range" option in the calendar picker. Because these steps are not intuitive, users may enter only a start date and omit the end date, inadvertently creating an unlimited out-of-office period. To address this issue, we will introduce two separate fields: one for the start date and one for the end date. The end date field will appear only after a start date has been selected. This approach clarifies the workflow, reduces the risk of incomplete entries, and keeps the form view concise. Task-5435466 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr