Tuesday, February 10, 2026
8 changes · master
Enhancements to existing features
Small ZPL product labels now fit more useful product information by using a smaller font. Long product names are shortened with an ellipsis, keeping labels readable and better organized.
Original PR description
To allow displaying more information on the small zpl product label, we reduce the font size and add an ellipsis on the title. task-4100420
The Turkish tax ID placeholder in the VAT validation area now uses a clearly dummy value instead of a real tax ID. This reduces the risk that users accidentally reuse a valid-looking identifier when submitting transactions.
Original PR description
The previous placeholder used a real tax ID. Replacing it with a dummy prevents users from using it to submit transactions. task-5441218 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#247454 Forward-Port-Of: odoo/odoo#242189
This update removes a redundant pre-generated asset bundle from the mass mailing test module. It keeps the test environment leaner and easier to maintain without changing day-to-day user workflows.
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
This change reorganizes how Odoo starts manufacturing work orders so partners and implementers can customize the related tracking information more easily. It does not add a visible new feature, but it makes future manufacturing customizations simpler and safer to build.
Original PR description
When starting a work order, Odoo create a new timeline (a `mrp.workcenter.productivity` record) inside the method `button_start`. The value preparation for timeline is also put in the same method which causes problems for extensions. This commit split the method into multiple dedicated methods so that others can modify/inject more data easily. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Contacts now include a Cars History smart button, matching the existing employee experience. This makes it easier for users to view vehicle history linked to a contact directly from the contact record.
Original PR description
With this commit we added the Car History Smart Button (same as the one already in employees) for contacts. Task - 5368158
The India localization settings have been made clearer so users can more easily find tax report-related options. This improves usability for businesses operating in India by making configuration guidance more visible in the settings area.
Original PR description
In this commit:
- Improve the indian integration block in settings.
task-5248629Users can now type shortcuts for dinosaur and rotating light emojis in messages. This small improvement makes conversations a bit faster and more expressive for teams using Odoo messaging.
This update enhances the bank reconciliation feature by prioritizing key information like date, label, and balance at the top of the list. It also optimizes the scrolling experience to only apply to the table data, making it easier to navigate and review transactions.
Original PR description
1. The bank statement line info (date, label and balance) are moved to the top now. 2. Scrolling only applies to the table rows (other elements are fixed). task-5212851 Forward-Port-Of: odoo/enterprise#103709