diff --git a/addons/project/project_view.xml b/addons/project/project_view.xml index 1cf2b19db4d..91d3fbdedf9 100644 --- a/addons/project/project_view.xml +++ b/addons/project/project_view.xml @@ -463,8 +463,8 @@ - - + + tree,form,calendar,gantt,graph,kanban - {"search_default_user_id":uid, "search_default_in progress": 1} + {"search_default_user_id":uid, "search_default_in_progress": 1} A task represents a work that has to be done. Each user works in his own list of tasks where he can record his task work in hours. He can work and close the task itself or delegate it to another user. If you delegate a task to another user, you get a new task in pending state, which will be reopened when you have to review the work achieved. If you install the project_timesheet module, task work can be invoiced based on the project configuration. With the project_mrp module, sales orders can create tasks automatically when they are confirmed.