diff --git a/helpdesk_mgmt_timesheet/__manifest__.py b/helpdesk_mgmt_timesheet/__manifest__.py index d42a06ce0d..5f1f7feb45 100644 --- a/helpdesk_mgmt_timesheet/__manifest__.py +++ b/helpdesk_mgmt_timesheet/__manifest__.py @@ -25,6 +25,7 @@ "views/helpdesk_team_view.xml", "views/helpdesk_ticket_view.xml", "views/hr_timesheet_view.xml", + "views/helpdesk_project_task_view.xml", "report/report_timesheet_templates.xml", ], "demo": ["demo/helpdesk_mgmt_timesheet_demo.xml"], diff --git a/helpdesk_mgmt_timesheet/views/helpdesk_project_task_view.xml b/helpdesk_mgmt_timesheet/views/helpdesk_project_task_view.xml new file mode 100644 index 0000000000..2fd1ce7f71 --- /dev/null +++ b/helpdesk_mgmt_timesheet/views/helpdesk_project_task_view.xml @@ -0,0 +1,17 @@ + + + + project.task.form.ticket.inherited + project.task + + + + + + + +