Search 1.9 billion lines of Odoo code on GitHub

project_iteration

Author: Numigi
License: LGPL-3
Branch: 14.0
Repository: Numigi/odoo-project-addons
Dependencies: analytic, hr_timesheet, and project
Languages: PO File (52, 10.0%), Python (316, 61.0%), XML (117, 22.6%), and reStructuredText (33, 6.4%)
Other branches: 12.0, 452, TA#42546, TA#43556, TA#44075---manage_project_budget_using_milestone, TA#44076---Update-dockerfile, TA#44215---project_task_kanban_view_partner, TA#445738---project_outsourcing_timesheet_manage_contacts, TA#45451---add_project_milestone_week_duration, TA#45451---fix_after_test, TA#45452, TA#45459---project_milestone_timeline_dynamic, TA#45464---project_manager_access_right, TA#45526, TA#45528, TA#45902---analytic_line_revenue_v14, TA#45902---project_cost_smart_button_migration, TA#45902-analytic_line_employee_migration, TA#46088---project_timesheet_time_control_employee_pin, TA#46412---project_default_task_stage, TA#46412---project_stage_no_quick_create, TA#46412---project_task_date_planned, TA#46412---project_type, TA#46412--project_task_full_text_search, TA#47760---correctif#6, TA#47906, TA#48575, TA#51167, TumbaoJu-patch-1, abenzbiria-patch-1, jbreard-patch-1, jbreard-patch-2, and update_analytic_account_on_timesheets

<h1 class="title">Project Iteration</h1> <div class="contents topic" id="table-of-contents"> <p class="topic-title">Table of Contents</p> <ul class="simple"> <li><a class="reference internal" href="#overview" id="id1">Overview</a></li> <li><a class="reference internal" href="#project-configuration" id="id2">Project Configuration</a></li> <li><a class="reference internal" href="#project-kanban" id="id3">Project Kanban</a></li> <li><a class="reference internal" href="#followers" id="id4">Followers</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> </ul> </div> <a name="overview"></a> <h2><a class="toc-backref" href="#id1">Overview</a></h2> <p>This module adds the concept of iterations to the project application.</p> <p>An iteration is a sub-project under a parent project. A project is either a parent project or an iteration. An iteration can not have children project.</p> <a name="project-configuration"></a> <h2><a class="toc-backref" href="#id2">Project Configuration</a></h2> <p>As member of the group <cite>Project / Manager</cite>, I go to <cite>Project / Configuration / Projects</cite>.</p> <p>In the form view of a project, I see 2 new elements:</p> <p>1- a field <cite>Parent Project</cite> 2- A smart button <cite>Iterations</cite></p> <img alt="static/description/project_form.png" src="static/description/project_form.png" /> <p>If I select a parent project, the smart button disappears.</p> <img alt="static/description/project_form_with_parent_project.png" src="static/description/project_form_with_parent_project.png" /> <p>This is because a project can either be a parent project or an iteration (a sub-project).</p> <p>I go to the form of the parent project, then I click on the smart button.</p> <img alt="static/description/parent_project_form.png" src="static/description/parent_project_form.png" /> <p>The list of iterations for this project is shown.</p> <img alt="static/description/iteration_list.png" src="static/description/iteration_list.png" /> <a name="project-kanban"></a> <h2><a class="toc-backref" href="#id3">Project Kanban</a></h2> <p>Parent projects and iterations appear in the same kanban view.</p> <img alt="static/description/project_kanban.png" src="static/description/project_kanban.png" /> <p>The name of the iteration always starts with the parent project name.</p> <p>If I search a project by name, both the parent and its iterations will appear.</p> <img alt="static/description/project_search_by_name.png" src="static/description/project_search_by_name.png" /> <p>If I click on an iteration, I see only the task of the selected iteration.</p> <img alt="static/description/iteration_task_kanban.png" src="static/description/iteration_task_kanban.png" /> <p>However, If I click on the parent project, I see the task under the project, plus the tasks under its iterations.</p> <img alt="static/description/parent_project_task_kanban.png" src="static/description/parent_project_task_kanban.png" /> <a name="followers"></a> <h2><a class="toc-backref" href="#id4">Followers</a></h2> <p>Since version <code>2.1.0</code> of the module, the followers (partners and channels) are propagated from the parent project when creating a child iteration.</p> <img alt="static/description/iteration_followers.png" src="static/description/iteration_followers.png" /> <p>When changing the parent project on an existing iteration, the followers are replaced with the followers of the new parent project.</p> <a name="contributors"></a> <h2><a class="toc-backref" href="#id5">Contributors</a></h2> <ul class="simple"> <li>Numigi (tm) and all its contributors (<a class="reference external" href="https://bit.ly/numigiens">https://bit.ly/numigiens</a>)</li> </ul>