Search 1.9 billion lines of Odoo code on GitHub

project_milestone_time_pivot

Author: Numigi
License: LGPL-3
Branch: 12.0
Repository: Numigi/odoo-project-addons
Dependencies: project_milestone_remaining_hours
Languages: PO File (14, 15.9%), Python (17, 19.3%), XML (27, 30.7%), and reStructuredText (30, 34.1%)
Other branches: TA#45459---project_milestone_timeline_dynamic, TA#45464---project_manager_access_right, TA#45526, TA#46088---project_timesheet_time_control_employee_pin, TA#47760---correctif#6, TA#48575, TA#51167, TumbaoJu-patch-1, and abenzbiria-patch-1

<h1 class="title">Project Milestone Time Pivot</h1> <p>This module adds a Pivot view for a Project Milestone.</p> <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="#context" id="id2">Context</a></li> <li><a class="reference internal" href="#overview" id="id3">Overview</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#more-information" id="id5">More information</a></li> </ul> </div> <a name="context"></a> <h2><a class="toc-backref" href="#id2">Context</a></h2> <p>The module <a class="reference external" href="https://github.com/Numigi/odoo-project-addons/tree/12.0/project_milestone_estimated_hours">project_milestone_estimated_hours</a> allows to define <code>Estimated Hours</code> for a Project Milestone.</p> <p>The module <a class="reference external" href="https://github.com/Numigi/odoo-project-addons/tree/12.0/project_milestone_spent_hours">project_milestone_spent_hours</a> adds a new computed field <code>Total Hours</code> which represents the sum of timesheets of active tasks associated to the milestone.</p> <p>The module <a class="reference external" href="https://github.com/Numigi/odoo-project-addons/tree/12.0/project_milestone_remaining_hours">project_milestone_spent_hours</a> adds a new computed field <code>Remaining Hours</code> which is computed based on the <code>Estimated Hours</code> and <code>Total Hours</code> fields.</p> <p>This module provide a pivot view for analysing project milestone time using estimated hours and total hours and remaining hours</p> <a name="overview"></a> <h2><a class="toc-backref" href="#id3">Overview</a></h2> <p>As a project manager user, I go to Projects --&gt; Configuration --&gt; All Milestones .</p> <p>I notice that a new pivot view is available.</p> <img alt="static/description/milestone_pivot.png" src="static/description/milestone_pivot.png" /> <p>Measures in this view are :</p> <p><code>Estimated Hours</code> <code>Hours spent</code> <code>Remaining Hours</code></p> <img alt="static/description/milestone_measures.png" src="static/description/milestone_measures.png" /> <p>By default, this view displays the list of milestones with the following measures:</p> <p><code>Estimated Hours</code> <code>Hours spent</code> <code>Remaining Hours</code></p> <img alt="static/description/milestones_analysis.png" src="static/description/milestones_analysis.png" /> <a name="contributors"></a> <h2><a class="toc-backref" href="#id4">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> <a name="more-information"></a> <h2><a class="toc-backref" href="#id5">More information</a></h2> <ul class="simple"> <li>Meet us at <a class="reference external" href="https://bit.ly/numigi-com">https://bit.ly/numigi-com</a></li> </ul>