Friday, June 26, 2026
3 changes · master
Enhancements to existing features
This update improves the Point of Sale testing setup by adding a stress test scenario. It helps the team simulate heavier usage and spot performance issues earlier, which supports more reliable releases.
The barcode scrap workflow test was updated to match the new behavior for lot and serial number filtering. This ensures the test only expects items that are actually available in stock, which better reflects how the feature works in practice.
Original PR description
Modify the barcode scrap tour check asserting that newly created serial numbers are available in the lot dropdown. With the new lot filtering behavior, only lots with available quants in the source location are displayed for internal operations. Since the test serial numbers do not have stock yet, scrapping them would not make sense and they are no longer expected to appear in the dropdown. Community PR: https://github.com/odoo/odoo/pull/246060 task-5375336
When a quotation is created from a planning slot linked to a project, the related project is now selected automatically. This ensures the correct cost allocation is applied without extra manual steps, saving time and reducing the chance of errors.
Original PR description
When a quotation is created from a planning slot linked to a project, the analytic distribution is not set automatically and the user has to select it manually. This commit sets the project by default so that the analytic distribution of the selected project is automatically applied. task-4644787