Daily updates from Odoo
Tuesday, February 25, 2025
5 changes · master
Enhancements to existing features
This update reverts recent changes that added company information to the evaluation context across several Enterprise apps. It helps restore the previous behavior and reduce the risk of unexpected issues in documents, knowledge, timesheets, tests, and Studio editing flows.
Original PR description
This commit revert the companies from the evalContext. It will revert the following commits: https://github.com/odoo/enterprise/commit/02d32840dd9bde3191b894554bfff694f01b712b https://github.com/odoo/enterprise/commit/1c4580084ab6364bcc21923c534be36b588d8e21 task-id 4592550
Cash on delivery handling is being aligned with the generic payment flow for UPS, UPS REST, and Shiprocket shipping integrations. This makes checkout and delivery payment behavior more consistent across supported carriers and should reduce carrier-specific maintenance.
Original PR description
Adapt generic cash on delivery to ups and shiprocket task-3962100 See also: - https://github.com/odoo/odoo/pull/191542 - https://github.com/odoo/upgrade/pull/7092
Spreadsheet users can now open linked records, dashboard cells, charts, and Odoo menu links in a new browser tab using middle-click or Ctrl+Click. This makes it easier to compare information and continue working without losing the current spreadsheet view.
Original PR description
This commit allows users to open records in a new tab by middle-clicking or Ctrl+Clicking in the following places: - See Record(s) (in Pivot/List view) - Clickable cells in the Dashboard view - Dashboard charts - Odoo menu links Task: 4373367
Spreadsheet users can now open related records and menu links in a new browser tab using middle-click or Ctrl+Click. This makes it easier to compare data, keep dashboards open, and navigate without losing the current spreadsheet context.
Original PR description
This PR allows users to open records in a new tab by middle-clicking or Ctrl+Clicking in the following places: - See Record(s) (in Pivot/List view) - Clickable cells in the Dashboard view - Dashboard charts - Odoo menu links Task: 4373367
Features or functions removed from Odoo
The Belgian payroll app no longer includes the separate button and wizard for generating warrant payslips. Users should use the standard payslip generation process instead, reducing duplicate options and simplifying the workflow.
Original PR description
The button and wizard for generating warrant payslips was redundant with the classic way of generating payslips. This commit deletes the "Generate Warrant Payslips" button and its associated wizard. task-4572347