Daily updates from Odoo
Sunday, June 14, 2026
1 change · master
Resolved issues and error corrections
This update improves control over which employees can be assigned to work orders. Now, workcenters can restrict employee selection based on a list of allowed employees, ensuring appropriate resource allocation. This change enhances efficiency and accuracy in work order management.
Original PR description
Add domain on `employee_assigned_ids` to restrict selectable employees based on the workcenter configuration. If `all_employees_allowed` is True, no filter is applied. Otherwise, only employees listed in `allowed_employees` are selectable. opw-6208602 Forward-Port-Of: odoo/enterprise#119509 Forward-Port-Of: odoo/enterprise#117876