From dc02c446c11f299b96ccd136dcf4bc78316ff243 Mon Sep 17 00:00:00 2001 From: "guillaume gallant (guga)" <“guga@odoo.com”~> Date: Wed, 10 Dec 2025 10:42:23 +0100 Subject: [PATCH] [IMP] Project: Update Deadline feature task-5403953 --- .../applications/services/project/tasks/task_creation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/applications/services/project/tasks/task_creation.rst b/content/applications/services/project/tasks/task_creation.rst index e67233cfc..cb30833e2 100644 --- a/content/applications/services/project/tasks/task_creation.rst +++ b/content/applications/services/project/tasks/task_creation.rst @@ -39,8 +39,11 @@ Click the task to open it. The task form includes the following fields that you linked to billable projects. - :guilabel:`Allocated Time`: the amount of time that the work on this task is expected to last, tracked by timesheets. - - :guilabel:`Deadline`: the expected end date of the task. Once this field is filled in, you can - also add a start date to designate the entire time frame of the tasks' duration. + - :guilabel:`Deadline`: the expected end date of the task. Click the :guilabel:`Deadline` field to + select the task's end date in the dropdown calendar. To define the task's duration, including its + start and end dates (and optionnally specific times), click the :icon:`fa-calendar-plus-o` + (:guilabel:`fa-calendar-plus-o`) icon in the dropdown calendar, select the dates and times, then + click :guilabel:`Apply` to save. .. tip::