Change 1 of 20
Employee-specific materials
Assign materials to employees; when an employee is assigned to a shift, their assigned material is automatically added to the shift's resources.
Official Odoo 20 release note
In plain words
A material resource (van, tool, machine) now has an Assigned To employee. When that employee is put on a shift, the material is added to the shift's resources too, so the van travels with its technician.
Where to find it
- Planning > Configuration > Materials.
- Set Assigned To on a material, then assign that employee to a shift.
For users
No need to add the technician's van or kit to each shift by hand.
For developers
resource.resource.assigned_employee_id (material resources); planning.slot adds the employee's assigned materials to resource_ids when the employee is set.
Upgrading from Odoo 19
New field only; existing materials have no assignee until you set one.
