Project Milestone Week Duration

Calculate Milestone End Date Automatically from Start Date and Duration

Technical Name:
project_milestone_week_duration
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1226/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 Week Duration

Description

This module adds a Duration field to the Project Milestones.

It changes the Target Date field to End Date field calculated automatically by Start Date and Duration

Context

The module project_milestone_start_date allows to define a Start Date for a Project Milestone.

Overview

As a user who can manage Milestones, I open the Form View of a Milestone.

I notice the new field Duration.

static/description/field_duration_form_view.png

The same field is added to the list view of a Milestone.

static/description/field_duration_list_view.png

Project Form View

From a Project Form View with Use Milestone activated, I see that the new field Duration is displayed in the Milestones Tab Lines.

static/description/field_duration_milestone_project_form.png

Target Date / End Date

From the Milestone Form View, I notice that the Target Date is now named End Date and that it is now Readonly.

The field is calculated automatically by the system as following :

1- Select a Start Date;

2- Add a Duration (number of weeks);

3- The End Date is calculated automatically.

static/description/field_duration_calculation.png

Contributors