Daily updates from Odoo
Thursday, February 5, 2026
5 changes
1 change
Enhancements to existing features
This update enhances the booking view in the Odoo Enterprise system by adding breadcrumbs. This provides clearer navigation for users, making it easier to understand their location within the booking process. It's a simple improvement that enhances the user experience.
Original PR description
In this commit: - Enable breadcrumbs for the booking view by explicitly allowing them in the action context. Task:5490961 Forward-Port-Of: odoo/enterprise#104560
1 change
Enhancements to existing features
This update allows users to select the desired label format (ZPL, PDF, or PNG) when sending labels through Sendcloud. This increased flexibility improves the compatibility and usability of shipping labels for various printing and receiving systems. It’s a small improvement that streamlines the label generation process.
Original PR description
Add a option to choose the label format in the parameters when requesting labels from Sendcloud (ZPL, PDF, PNG). Task 5392134
1 change
Enhancements to existing features
This update enhances the booking view in the Odoo Enterprise system by adding breadcrumbs. This provides clearer navigation for users, making it easier to understand their location within the booking process and improving the overall user experience. The change was implemented to streamline workflow and reduce potential confusion.
Original PR description
In this commit: - Enable breadcrumbs for the booking view by explicitly allowing them in the action context. Task:5490961
1 change
Enhancements to existing features
This update streamlines the partner creation process in Point of Sale. When a user searches for a partner and no exact match is found, the search term is automatically populated into the name or phone field on the creation form, saving the user time and effort. The input field is also automatically focused for immediate use.
Original PR description
If a user searches for a partner and no match is found, clicking "Create" will now automatically transfer the search term into the appropriate field (name or phone) in the creation form. The matched input is also auto-focused. Task-4991076 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
1 change
Enhancements to existing features
This update optimizes how the General Ledger export process is handled, leading to faster report generation. By batching more data, the system reduces the time it takes to create these reports, improving efficiency for users. This change focuses on internal performance improvements.