Friday, March 28, 2025
2 changes · saas-18.2
Resolved issues and error corrections
Sales administrators now appear correctly as available salespeople when assigning responsibility for a sales order. This fixes a dropdown issue that could prevent teams from assigning orders to the right internal user.
Original PR description
Versions -------- - saas-18.2 - master Steps ----- 1. Create a new user with Sales / Adminstrator rights; 2. create a sales order; 3. assign new user to sales order. Issue ----- User doesn't show up in the dropdown. Cause ----- Commit 34a50e83e6540 changed which results you get when searching on groups. Previously, any implied group would be included by default. Now, you have to use the `all_group_ids` to include transitive groups. Solution -------- Use `all_group_ids` in the `user_id` field's domain. opw-4662889
This fix makes point of sale automated checks wait for local browser data updates to finish before refreshing. It helps prevent intermittent runbot failures, improving confidence in test results without changing normal user workflows.
Original PR description
When refreshing during tours, we need to ensure that all indexedDB transaction are done, otherwise we can have some issues. Runbot errors: 161174, 161175