Daily updates from Odoo
Tuesday, February 25, 2025
5 changes
4 changes
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
1 change
Enhancements to existing features
Point of Sale customer displays connected through an IoT Box are now configured directly when selecting the display, removing extra settings steps. The customer display can also open automatically on the IoT Box when Point of Sale starts, while the separate customer display setting remains available for using an additional window.
Original PR description
To configure the RPI display as customer display we needed: **Before this commit:** - Go to configuration, - Check "IoT Box" checkbox, - Select a display, - Go to "Configuration -> Settings", - Scroll until "Customer Display" then select "An IoT-connected system. **After this commit:** - Go to configuration, - Check "IoT Box" checkbox, - Select a display. **Note:** the "Customer Display" setting is now only used for a second display. That means that customer display can now be opened on both an IoT Display and a new window. The Customer Display now also opens automatically on the IoT Box display while opening PoS. Task: 4585446