diff --git a/fsm/overview/manage_employees_schedule.rst b/fsm/overview/manage_employees_schedule.rst index 772f40578..ed770699f 100644 --- a/fsm/overview/manage_employees_schedule.rst +++ b/fsm/overview/manage_employees_schedule.rst @@ -37,6 +37,3 @@ person he can be assigned. .. tip:: Create projects per team, or per working site, and have a more accurate and dynamic database. - -.. seealso:: - * :doc:`../../project/overview/setup` diff --git a/project.rst b/project.rst index 6d60a1afb..0652d03d4 100644 --- a/project.rst +++ b/project.rst @@ -7,7 +7,6 @@ Project .. toctree:: :titlesonly: - project/overview project/tasks project/planning project/record_and_invoice diff --git a/project/advanced/so_to_task.rst b/project/advanced/so_to_task.rst index 66ae643c7..e28781511 100644 --- a/project/advanced/so_to_task.rst +++ b/project/advanced/so_to_task.rst @@ -67,5 +67,4 @@ Once the task is complete, click on *Sales Order* and *Create Invoice*. Settings`, and enable *Approved timesheets only*. .. seealso:: - - :doc:`../overview/setup` - :doc:`../../sales/invoicing/subscriptions` diff --git a/project/overview.rst b/project/overview.rst deleted file mode 100644 index 102ac698c..000000000 --- a/project/overview.rst +++ /dev/null @@ -1,9 +0,0 @@ -======== -Overview -======== - -.. toctree:: - :titlesonly: - - overview/setup - overview/share \ No newline at end of file diff --git a/project/overview/media/create_new.png b/project/overview/media/create_new.png deleted file mode 100644 index 56b60f4b6..000000000 Binary files a/project/overview/media/create_new.png and /dev/null differ diff --git a/project/overview/media/edit_form.png b/project/overview/media/edit_form.png deleted file mode 100644 index 91555777e..000000000 Binary files a/project/overview/media/edit_form.png and /dev/null differ diff --git a/project/overview/media/edit_stage.png b/project/overview/media/edit_stage.png deleted file mode 100644 index d660f1966..000000000 Binary files a/project/overview/media/edit_stage.png and /dev/null differ diff --git a/project/overview/media/fold_stage.png b/project/overview/media/fold_stage.png deleted file mode 100644 index a5e1ddbb5..000000000 Binary files a/project/overview/media/fold_stage.png and /dev/null differ diff --git a/project/overview/media/share_project.png b/project/overview/media/share_project.png deleted file mode 100644 index d4db157cb..000000000 Binary files a/project/overview/media/share_project.png and /dev/null differ diff --git a/project/overview/media/share_task.png b/project/overview/media/share_task.png deleted file mode 100644 index 5241b20c1..000000000 Binary files a/project/overview/media/share_task.png and /dev/null differ diff --git a/project/overview/media/shared_project.png b/project/overview/media/shared_project.png deleted file mode 100644 index f30272b4e..000000000 Binary files a/project/overview/media/shared_project.png and /dev/null differ diff --git a/project/overview/media/stages.png b/project/overview/media/stages.png deleted file mode 100644 index 19fb94ceb..000000000 Binary files a/project/overview/media/stages.png and /dev/null differ diff --git a/project/overview/media/visualization01.png b/project/overview/media/visualization01.png deleted file mode 100644 index f9489bb4a..000000000 Binary files a/project/overview/media/visualization01.png and /dev/null differ diff --git a/project/overview/media/visualization02.png b/project/overview/media/visualization02.png deleted file mode 100644 index 9d30e4695..000000000 Binary files a/project/overview/media/visualization02.png and /dev/null differ diff --git a/project/overview/media/visualization03.png b/project/overview/media/visualization03.png deleted file mode 100644 index 27ded7a23..000000000 Binary files a/project/overview/media/visualization03.png and /dev/null differ diff --git a/project/overview/media/visualization04.png b/project/overview/media/visualization04.png deleted file mode 100644 index 3227edbff..000000000 Binary files a/project/overview/media/visualization04.png and /dev/null differ diff --git a/project/overview/media/visualization05.png b/project/overview/media/visualization05.png deleted file mode 100644 index 414fd19a8..000000000 Binary files a/project/overview/media/visualization05.png and /dev/null differ diff --git a/project/overview/media/visualization06.png b/project/overview/media/visualization06.png deleted file mode 100644 index 4b3f5270e..000000000 Binary files a/project/overview/media/visualization06.png and /dev/null differ diff --git a/project/overview/setup.rst b/project/overview/setup.rst deleted file mode 100644 index 70ff57593..000000000 --- a/project/overview/setup.rst +++ /dev/null @@ -1,63 +0,0 @@ -======================== -Get Started with Project -======================== - -Managing projects means managing people, tasks, due dates, budgets and predicted return on -investments. For all of it, you need a solution that allows you to reduce risks, get information at -a glance, have an overview of your progress and stay organized. And, from start to finish, to be -able to run multiple projects in parallel easily. Odoo Project application is the solution you need. - -Creating a new project -====================== - -Click on *Create*. Specify the name of the project and choose which features you would like to -integrate. Note that they can be enabled afterward through *Settings*. - -.. image:: media/create_new.png - :align: center - :alt: Click on create to start a new project in Odoo Project - -Manage your project’s stages -============================ - -| Open your project and add as many columns as there are stages in your project. -| Each project stage can be characterized by a distinct set of activities, or your stages can guide - you to the different steps a project has to go through. It is important to set them right as they - lead you from the first idea or step to its conclusion, contributing to the overall success - of your project. - -.. image:: media/stages.png - :align: center - :alt: View of the stages created under a project in Odoo Project - -| For each stage, there are markers for the status of tasks that you can personalize. -| Drag your mouse over a stage name, and click on :menuselection:`Settings --> Edit`. - -.. image:: media/edit_stage.png - :align: center - :height: 300 - :alt: Click on settings then edit stage to edit in Odoo Project - -The dots correspond to customizable markers applied on tasks, making it easier to know which tasks -require attention. You can give them any signification you like. - -.. image:: media/edit_form.png - :align: center - :height: 300 - :alt: Image of the edit form of a stage in Odoo Project - -Rearrange stages -================ - -| From the Kanban view of your project, you can add stages by clicking on *Add a column*. -| To rearrange the order of your stages easily do so by dragging and dropping columns. You can also - fold or unfold them on *Settings*. - -.. image:: media/fold_stage.png - :align: center - :height: 280 - :alt: Click on setting then fold to hide a column in Odoo Project - -.. seealso:: - - :doc:`../tasks/collaborate` - - :doc:`../record_and_invoice/time_record` diff --git a/project/overview/share.rst b/project/overview/share.rst deleted file mode 100644 index 8cc335ce2..000000000 --- a/project/overview/share.rst +++ /dev/null @@ -1,33 +0,0 @@ -======================== -Share Projects and Tasks -======================== - -When you share your projects/tasks, you allow external users to be on the same page as you. -It avoids misunderstandings, simplifies communication, and allows you to become a more coordinated -company as you get the right information to the right people. - -Share projects and tasks -======================== - -To share a project, go to :menuselection:`Manage --> Share`. - -.. image:: media/share_project.png - :align: center - :height: 270 - :alt: Edit a project from the dashboard view and click on share in Odoo Project - -To share a task, open it and click on :menuselection:`Action --> Share`. Choose an existing -*Recipient(s)* or create it on the fly. - -.. image:: media/share_task.png - :align: center - :height: 300 - :alt: Open a task and click on action then share in Odoo Project - -The recipient receives an email saying that he has been invited to access a document. In the example -below, a project was shared. When the user opens it, he sees the settings of that project and can -access its tasks, for example. - -.. image:: media/shared_project.png - :align: center - :alt: View of a shared project from the recipients side for Odoo Project \ No newline at end of file