Monday, June 15, 2026
4 changes · master
Enhancements to existing features
Service products can now be linked to any billable project when creating tasks from sales orders. This gives sales and project teams more flexibility and avoids hiding valid billable projects during product setup.
Original PR description
**Steps to reproduce (with demo data):**
- Install sale_timesheet.
- Create a product:
- Type: Service
- Create on Order: Task
- Project: select (AGR - S00021 - Sales Order)
**Before this commit:**
Currently, only projects with task_rate pricing type are displayed in the product.
**In this commit :**
Updated the domain on the project field to show all billable projects.
task-5118940This update clarifies how delivery-related menus and list views are labeled so users can better distinguish delivery configuration from actual outgoing deliveries. Sales-related menus can still use the shorter “Deliveries” label, while configuration screens show “Delivery Methods” to reduce confusion.
Original PR description
Recent commit: https://github.com/odoo/odoo/commit/1ef1b73ee2ec3c1adfdffe32c34bb441b97dfbec changed the name in the `delivery.action_delivery_carrier_form` window action from "Delivery Methods" to…
Recent commit: https://github.com/odoo/odoo/commit/1ef1b73ee2ec3c1adfdffe32c34bb441b97dfbec changed the name in the `delivery.action_delivery_carrier_form` window action from "Delivery Methods" to "Deliveries". This caused 2 issues: - Any menuitem using the window action would have the default name of "Deliveries" instead of "Delivery Methods". This was confusing within the Inventory app since there is already a "Operations > Deliveries" menuitem and the term "Deliveries" within a logistics scope refers to outgoing transfers. - Any action buttons/methods that called this window action would have "Deliveries" as the title in the list view when the button is clicked regardless of what the button/method was labeled, which is confusing since many of them referred to configuring (Delivery) Methods. Since the 2nd issue isn't fixable without creating a new window action record (i.e. losing the `delivery-method` url + requiring maintaining 2 action records and keeping them consistent), a compromise was made where in sales-related menuitems, the label is forced to be "Deliveries" and the list view title will be "Delivery Methods" 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 removes leftover two-factor authentication code from the French PDP registration flow because the administration no longer requires it. It simplifies the process and reduces unnecessary maintenance without changing the core service purpose.
Original PR description
In this commit: https://github.com/odoo/odoo/commit/58ec761f8174f84640f888e33029f537c6696c59 We remove the 2FA since it wasn't needed by the administration. This pr do the clean up of all remaining method that we couldn't remove due to the stable policy. no task id --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts the Odoo Enterprise menu to place the Obox application at the end of the app list, just before the 'Apps' and 'Settings' sections. This change improves user discoverability of Obox within the application interface.
Original PR description
This commit changes the Obox menu sequence so that the app appears at the end of the apps list by default (just before Apps and Settings). task-6275407 Forward-Port-Of: odoo/enterprise#119337