Daily updates from Odoo
Wednesday, May 8, 2024
2 changes
Enhancements to existing features
The appointment resource import field list now shows the resource name field as “Name” instead of “Appointment Resource.” This reduces confusion for users when matching fields during resource imports.
Original PR description
**Specification:** While importing the resources, the drop-down of the fields shows the name field as 'Appointment Resource' which creates confusion for the users. **After this PR:** The label of the field 'name' will be changed from 'Appointment Resource' to 'Name'. Task-3858701
Exports in service-related apps now avoid showing labels for technical fields that are not useful to business users. This makes exported data cleaner and easier to understand when working with documents, projects, helpdesk, field service, and related sales or accounting flows.
Original PR description
Task-3631801