Project Iteration

Add iterations to projects

Technical Name:
project_iteration
License:
Author:
Numigi
Website:
https://kastor.lab.numigi.net/web/image/product.template/1195/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Project Iteration

Overview

This module adds the concept of iterations to the project application.

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.

Project Configuration

As member of the group Project / Manager, I go to Project / Configuration / Projects.

In the form view of a project, I see 2 new elements:

1- a field Parent Project 2- A smart button Iterations

static/description/project_form.png

If I select a parent project, the smart button disappears.

static/description/project_form_with_parent_project.png

This is because a project can either be a parent project or an iteration (a sub-project).

I go to the form of the parent project, then I click on the smart button.

static/description/parent_project_form.png

The list of iterations for this project is shown.

static/description/iteration_list.png

Project Kanban

Parent projects and iterations appear in the same kanban view.

static/description/project_kanban.png

The name of the iteration always starts with the parent project name.

If I search a project by name, both the parent and its iterations will appear.

static/description/project_search_by_name.png

If I click on an iteration, I see only the task of the selected iteration.

static/description/iteration_task_kanban.png

However, If I click on the parent project, I see the task under the project, plus the tasks under its iterations.

static/description/parent_project_task_kanban.png

Followers

Since version 2.1.0 of the module, the followers (partners and channels) are propagated from the parent project when creating a child iteration.

static/description/iteration_followers.png

When changing the parent project on an existing iteration, the followers are replaced with the followers of the new parent project.

Contributors