mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[FIX] project: settings changes in 19.0
task-5116839 closes odoo/documentation#14688 Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
@@ -68,9 +68,14 @@ Milestones
|
||||
----------
|
||||
|
||||
This section is only visible if :doc:`milestones </applications/sales/sales/invoicing/milestone>`
|
||||
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`
|
||||
|
||||
@@ -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
|
||||
----------------------
|
||||
|
||||
@@ -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
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user