From 114a22d48972d90c04192571c53efcec242c959a Mon Sep 17 00:00:00 2001 From: SergiCForgeFlow Date: Thu, 29 Jun 2023 10:53:31 +0200 Subject: [PATCH] [14.0][ADD] helpdesk_mgmt_timesheet: add optional ticket field in view --- helpdesk_mgmt_timesheet/__manifest__.py | 1 + .../views/helpdesk_project_task_view.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 helpdesk_mgmt_timesheet/views/helpdesk_project_task_view.xml diff --git a/helpdesk_mgmt_timesheet/__manifest__.py b/helpdesk_mgmt_timesheet/__manifest__.py index 3a6e7960bb..8ee822e339 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 + + + + + + + +