diff --git a/content/applications/services/project/project_management/project_dashboard.rst b/content/applications/services/project/project_management/project_dashboard.rst index ab4c5e303..1c8edc9fa 100644 --- a/content/applications/services/project/project_management/project_dashboard.rst +++ b/content/applications/services/project/project_management/project_dashboard.rst @@ -68,9 +68,14 @@ Milestones ---------- This section is only visible if :doc:`milestones ` -have been enabled in the Project’s app settings. Click :guilabel:`Add Milestone` to create a new -milestone. Click a milestone in the checklist to edit it, enable its checkbox to mark it as -completed, or click the :icon:`fa-trash` (:guilabel:`trash`) icon to remove it. +have been enabled in the project you're browsing: go to :guilabel:`Project`, click the +:icon:`fa-ellipsis-v` (:guilabel:`vertical ellipsis`) icon on one of your projects, and click on +:guilabel:`Settings`. Click on the :guilabel:`Settings` tab, look for :guilabel:`Tasks Management` +and make sure :guilabel:`Milestones` is enabled. + +In a project's Dashboard, click :guilabel:`Add Milestone` to create a new milestone. Click a +milestone in the checklist to edit it, enable its checkbox to mark it as completed, or click the +:icon:`fa-trash` (:guilabel:`trash`) icon to remove it. The milestones are displayed in red if they’re past their deadline, or in green if they are ready to be marked as reached (i.e. tasks linked to the milestone that have been marked with :guilabel:`done` diff --git a/content/applications/services/project/tasks/recurring_tasks.rst b/content/applications/services/project/tasks/recurring_tasks.rst index ba02433e9..100d8678d 100644 --- a/content/applications/services/project/tasks/recurring_tasks.rst +++ b/content/applications/services/project/tasks/recurring_tasks.rst @@ -12,8 +12,10 @@ creation of those tasks. Configuration ============= -To enable recurring tasks, go to :menuselection:`Project --> Configuration --> Settings`, then -activate :guilabel:`Recurring Tasks`, and press :guilabel:`Save`. +To use task dependencies in a project, go to :guilabel:`Project`, click the :icon:`fa-ellipsis-v` +(:guilabel:`vertical ellipsis`) icon on one of your projects, and click on :guilabel:`Settings`. +Click on the :guilabel:`Settings` tab, look for :guilabel:`Tasks Management` and make sure +:guilabel:`Recurring Tasks` is enabled. Set up task recurrence ---------------------- diff --git a/content/applications/services/project/tasks/task_dependencies.rst b/content/applications/services/project/tasks/task_dependencies.rst index 00b87589b..46d0c3310 100644 --- a/content/applications/services/project/tasks/task_dependencies.rst +++ b/content/applications/services/project/tasks/task_dependencies.rst @@ -6,8 +6,10 @@ Odoo Project allows you to break down projects into tasks and establish relation tasks to determine the order in which they are executed. Task dependencies ensure that certain tasks begin only after the preceding tasks are completed. -To enable task dependencies in projects, go to :menuselection:`Project --> Configuration --> -Settings`, enable :guilabel:`Task Dependencies`, and click :guilabel:`Save`. +To use task dependencies in a project, go to :guilabel:`Project`, click the :icon:`fa-ellipsis-v` +(:guilabel:`vertical ellipsis`) icon on one of your projects, and click on :guilabel:`Settings`. +Click on the :guilabel:`Settings`. Click on the :guilabel:`Settings` tab, look for :guilabel:`Tasks +Management` and make sure :guilabel:`Task Dependencies` is enabled. Set task dependencies =====================