From 88da8c6cd6d8ddb51efa406aff72a23ec39ab5a9 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 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..3c56aceda7 --- /dev/null +++ b/helpdesk_mgmt_timesheet/views/helpdesk_project_task_view.xml @@ -0,0 +1,17 @@ + + + + project.task.form.ticket.inherited + project.task + + + + + + + +