documentation/content/applications/services/project/tasks/get_started.rst
Antoine Vandevenne (anv) 6f125de01b [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

closes odoo/documentation#2006

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 11:33:49 +02:00

84 lines
2.5 KiB
ReStructuredText

======================
Get Started with Tasks
======================
Break down a project by creating, assigning and organizing tasks. Set priorities to help you
determine where you want to invest your time first, manage files within it and keep everything you
need to complete your work in one place. Ensure that your strategies are turned into actionable
plans and, as a result, have a successful project.
Create a task
=============
Click on *Create*. Once created, add more details opening it and clicking on *Edit*.
.. image:: get_started/create.png
:align: center
:height: 300
:alt: Click on create under a project to initiate a task in Odoo Project
Assignation
-----------
Choose the responsible person for a task under *Assigned to*.
.. image:: get_started/assignation.png
:align: center
:alt: Choosing the responsible person for the task in Odoo Project
Sort tasks by priority
======================
| Mark the star on your task to set it as a high priority one. That automatically moves the task
to the top of the column. Tasks that are not starred are classified according to their
deadlines.
| Note that tasks with dates passed their deadlines are shown in red; tasks with a deadline for
the current date are orange.
.. image:: get_started/priority.png
:align: center
:alt: Tasks prioritized are shown first in the list in Odoo Project
Manage files in tasks
=====================
Add images/documents to your task by clicking on the *Attachment icon*.
.. image:: get_started/manage_files.png
:align: center
:alt: Click on the attachment icon to manage files in Odoo Project
.. tip::
Files from emails are automatically saved.
Set cover images in tasks
=========================
Use *Set Cover Image* to your task and quickly get to comprehend what the task is about. The image
is directly shown in the Kanban view.
.. image:: get_started/cover_image.png
:align: center
:height: 280
:alt: Click on the drop down menu and set a cover image in Odoo Project
Choose how to visualize tasks
=============================
Tasks can be managed and followed up in the Kanban view, which is a post-it kind of view divided
into different stages. More options are otherwise available.
.. image:: get_started/visualize_tasks.png
:align: center
:alt: Overview of the kanban view in Odoo Project
Drag and drop tasks to change their stage and define colors to help you identify them.
.. image:: get_started/colors.png
:align: center
:height: 340
:alt: Choose a color to identify your task in Odoo Project