Project Milestone Dependency

Add dependencies between Milestones

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

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

Project Milestone Dependencies

Description

This module allows to manage Milestone Dependencies.

Overview

As a user who can manage Milestones, I open the form view of a Milestone, I notice a new tab Dependencies.

static/description/dependencies_tab_milestone_form.png

Usage

As a user who can manage Milestones, I go to the form view of a Milestone and I click on Add line from the Dependencies tab:

static/description/add_milestone_dependencies.png

I notice that the Milestones are filtered on the Project assigned on the current Milestone.

static/description/milestones_filtered_by_current_project.png

It is impossible to have recursion on dependencies. If this is the case, a blocking message is displayed.

Example:

  • If Milestone 1 depends of Milestone 2
static/description/Milestone-2_dependsOf_Milestone-1.png
  • When user tries to add Milestone 2 in Milestone 1 dependencies, the blocking message is displayed.
static/description/recursion_blocking_message.png

Contributors