Daily updates from Odoo
Navigate
Branch
Tuesday, October 8, 2019
13 changes
Enhancements to existing features
The Point of Sale screen now handles situations with many open orders more cleanly. Order names stay on a single line, preventing the header from becoming cluttered or misaligned and making it easier for staff to navigate orders.
Original PR description
Before, the display was going wrong when there were lot of orders ending with multiple lines for the name. Now the div contianing the name is always big enough to be displayed in one line. solves #37993 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Survey stages now include defined status values, making it easier to track and manage where each survey stands in its lifecycle. This improves consistency in survey workflows, especially for certifications and website learning flows.
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 update changes how Odoo stores internal many-to-many record links by using a single combined key instead of separate indexes. This improves database reliability and supports advanced database replication setups without changing day-to-day user workflows.
Original PR description
Remove individual m2m indexes and replace with a single mirrored composite Cherry pick and rebase of #31519 cc @odony @rco-odoo
This change lets Odoo disable drag-and-drop movement of records in specific Kanban views. It helps teams keep records, such as social feed posts, in a fixed order where moving them would not make business sense, and includes test coverage to ensure the behavior works as intended.
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 update makes the sale timesheet sale order setup easier to extend for additional billable configurations. It helps businesses adapt project billing rules without changing the core workflow for existing users.
Original PR description
Description of the issue/feature this PR addresses: Refactor code a bit to split it by methods that can be overriden. These changes would allow to introduce additional billable types. Current behavior before PR: Impossible to define additional billable configuration for Sale Order Desired behavior after PR is merged: Possible to define additional billable configuration for Sale Order -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Mobile users selecting linked records now see a kanban-style selection panel instead of a list, making choices easier on smaller screens. The update also lets forms choose specific desktop and mobile selection views and prevents unintended actions while selecting records.
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
When users create a new record on mobile, forms now open the selection window automatically if the first editable field is a relational selection field. This reduces extra taps and makes data entry smoother on mobile devices.
Original PR description
When we create a record, if the first edit field inside the form is a m2o tag, now we directly open the m2o select modal. Task: 1924771
Resolved issues and error corrections
The settings page now correctly shows Enterprise edition information after a recent redesign. This restores important subscription details such as the expiration date and helps ensure the Enterprise experience behaves as expected.
Original PR description
The refactoring of the settings in a0c34138f88c4eb5d8a86340df55bbc091c5a252 did not properly take the enterprise edition into account. In particular, the new widget must be extended in order to provide additional information such as the expiration date. This commit extends the widget and also ensures that the dependencies of web_enterprise are correctly respected.
The quotation icon is now visible again on the Quotation(s) button in My Tasks. This fixes a small interface issue so field service users can more easily recognize and access related quotations.
Original PR description
Before this commit, the quotation icon was not visible in state button Quotation(s) in My Tasks. task-2041352 pad link- https://pad.odoo.com/p/r.8f839ad129431e9bf859c873aada00c2
Code cleanup and technical improvements
The web interface color palette has been refreshed to use the calendar view colors as the default across the Odoo UI. This helps make the visual experience more consistent for users while keeping the change focused on appearance rather than functionality.
Original PR description
Use calendar_view colours as default odoo ui colours. part of: https://github.com/odoo/enterprise/pull/5335 task: [1966473](https://www.odoo.com/web#id=1966473&model=project.task) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update restructures the project timesheet and employee leave integration to make it easier to maintain and extend. It addresses existing maintenance needs without introducing notable changes for day-to-day users.
Original PR description
Description of the issue/feature this PR addresses: Addresses #30854 and regular code maintenance. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update streamlines how project timesheets linked to time off handle date and time values. It removes an unnecessary conversion step, which helps keep the code cleaner and reduces the chance of date handling inconsistencies without changing user-facing behavior.
Original PR description
Description of the issue/feature this PR addresses: No need to convert `datetime` to string -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Gantt planning views have been visually refreshed with cleaner styling, updated colors, and improved display of time-off information such as totals and user thumbnails. This makes scheduling screens easier to read and more consistent with the broader Odoo interface.
Original PR description
needs: https://github.com/odoo/odoo/pull/36218 task: [1966473](https://www.odoo.com/web#id=1966473&model=project.task)