Search 1.9 billion lines of Odoo code on GitHub

project_milestone_remaining_hours

Author: Numigi
License: LGPL-3
Branch: abenzbiria-patch-1
Repository: Numigi/odoo-project-addons
Dependencies: project_milestone, project_milestone_estimated_hours, and project_milestone_spent_hours
Languages: PO File (14, 11.6%), Python (43, 35.5%), XML (38, 31.4%), and reStructuredText (26, 21.5%)
Other branches: 12.0, 14.0, 452, TA#45451---fix_after_test, TA#45452, TA#45459---project_milestone_timeline_dynamic, TA#45464---project_manager_access_right, TA#45526, TA#45528, TA#45902---analytic_line_revenue_v14, TA#45902---project_cost_smart_button_migration, TA#45902-analytic_line_employee_migration, TA#46088---project_timesheet_time_control_employee_pin, TA#46412---project_default_task_stage, TA#46412---project_stage_no_quick_create, TA#46412---project_task_date_planned, TA#46412---project_type, TA#46412--project_task_full_text_search, TA#47760---correctif#6, TA#47906, TA#48575, TA#51167, and TumbaoJu-patch-1

<h1 class="title">Project Milestone Remaining Hours</h1> <p>This module allows to compute the <code>Remaining Hours</code> of 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="id1">Context</a></li> <li><a class="reference internal" href="#overview" id="id2">Overview</a></li> <li><a class="reference internal" href="#project-milestone-list-view" id="id3">Project Milestone List View</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="#id1">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>This module adds the field <code>Remaining Hours</code> which is computed based on the <code>Estimated Hours</code> and <code>Total Hours</code> fields.</p> <a name="overview"></a> <h2><a class="toc-backref" href="#id2">Overview</a></h2> <p>As a user with access to Project Milestones, I go to the form view of a Milestone.</p> <p>I notice that a new <code>Remaining Hours</code> field is available.</p> <img alt="static/description/milestone_rh.png" src="static/description/milestone_rh.png" /> <p>This field is read-only and is calculated according to the following formula:</p> <p><code>Estimated Hours</code> - <code>Total Hours</code> = <code>Remaining Hours</code></p> <a name="project-milestone-list-view"></a> <h2><a class="toc-backref" href="#id3">Project Milestone List View</a></h2> <p>From the Project form, under the Milestones tab, I see that the <code>Remaining Hours</code> field is displayed in the Milestones List View.</p> <img alt="static/description/project_milestone_rh.png" src="static/description/project_milestone_rh.png" /> <p>From the menu Project &gt; Configuration &gt; All Milestones, I see that the <code>Remaining Hours</code> field is displayed in the Milestones List View.</p> <img alt="static/description/milestone_list_rh.PNG" src="static/description/milestone_list_rh.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>