Thursday, March 14, 2024
3 changes · saas-17.1
Enhancements to existing features
Point of Sale category navigation is improved so staff can access product categories at all times during checkout workflows. This helps cashiers find items more reliably and supports smoother sales operations.
Original PR description
POS categories should be accessible at all times. Back-port of: c74f8b50b8372510e023b15081bc7e6af355d8ac Task-3673139
Spreadsheet dashboards with pivots and lists now handle loading states more efficiently during initial calculation. This reduces the time users wait for dashboards to become usable, with a measured improvement of about 20% on the BE Timesheet dashboard.
Original PR description
At the initial evaluation of a spreadsheet with pivots/lists, almost all cells are in error because they are loading. But throwing errors is slow. With this commit, instead of throwing loading errors for every single cell, the error is returned. This commit improves the first evaluation time of spreadsheet the "BE Timesheet" dashboard on odoo.com by ~20%, from ~1716ms to ~1365ms Task: 3736190
This update enhances the user experience by ensuring that POS categories are consistently accessible throughout the Point of Sale interface. Previously, categories were hidden, making it less convenient for users to manage products. This change improves workflow efficiency and simplifies product organization within the POS system.
Original PR description
POS categories should be accessible at all times. Back-port of: fd30d8220c7bb6a399aa18654322a20b53ddd76c Task-3673139 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