Project Milestone Remaining Hours

Compute remaining hours of a project milestone

Technical Name:
project_milestone_remaining_hours
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1214/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 Remaining Hours

This module allows to compute the Remaining Hours of a Project Milestone.

Context

The module project_milestone_estimated_hours allows to define Estimated Hours for a Project Milestone.

The module project_milestone_spent_hours adds a new computed field Total Hours which represents the sum of timesheets of active tasks associated to the milestone.

This module adds the field Remaining Hours which is computed based on the Estimated Hours and Total Hours fields.

Overview

As a user with access to Project Milestones, I go to the form view of a Milestone.

I notice that a new Remaining Hours field is available.

static/description/milestone_rh.png

This field is read-only and is calculated according to the following formula:

Estimated Hours - Total Hours = Remaining Hours

Project Milestone List View

From the Project form, under the Milestones tab, I see that the Remaining Hours field is displayed in the Milestones List View.

static/description/project_milestone_rh.png

From the menu Project > Configuration > All Milestones, I see that the Remaining Hours field is displayed in the Milestones List View.

static/description/milestone_list_rh.PNG

Contributors