Daily updates from Odoo
Thursday, March 16, 2023
1 change · master
Features or functions removed from Odoo
This update removes a confusing project-related field from field service task screens and imports. Tasks without a project or parent task are now treated as private, while timesheets use the project from the task or its parent task, making data entry and imports clearer for users.
Original PR description
Before this commit, the `display_project_id` field was a bit confusing for the user to know what is the goal of this field. Also this field is available when the user wants to import his data into Odoo, if he does not know the goal of this field then he could be lost to know which field he should for his data to import (or even export). This commit removes the display_project_id field and so a task will be private one if the project and the parent fields are not set. The project to set to the timesheet will be the one set on the task or the one set on one of its parent tasks. task-3230063