Search 1.9 billion lines of Odoo code on GitHub

project_milestone_time_report

Author: Numigi
License: LGPL-3
Branch: 12.0
Repository: Numigi/odoo-project-addons
Dependencies: project, project_iteration, project_lump_sum, project_milestone, project_milestone_time_kpi, and web
Languages: JavaScript (108, 15.6%), PO File (55, 7.9%), Python (290, 41.8%), Sass (32, 4.6%), XML (151, 21.8%), and reStructuredText (58, 8.4%)
Other branches: 14.0, 452, TA#44076---Update-dockerfile, TA#445738---project_outsourcing_timesheet_manage_contacts, TA#45451---add_project_milestone_week_duration, 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, TumbaoJu-patch-1, and abenzbiria-patch-1

<h1 class="title">Project Milestone Time Report</h1> <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="#summary" id="id1">Summary</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#estimated-hours" id="id3">Estimated Hours</a></li> <li><a class="reference internal" href="#consumed-hours" id="id4">Consumed Hours</a></li> <li><a class="reference internal" href="#lump-sum-projects" id="id5">Lump Sum Projects</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> </ul> </div> <a name="summary"></a> <h2><a class="toc-backref" href="#id1">Summary</a></h2> <p>Add a dynamic milestone time report on projects.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>Go to the form view of a project.</p> <p>A new smart button <code>Milestone Time Report</code> is available.</p> <blockquote> <img alt="milestone_time_report" class="align-center" src="static/description/milestone_time_report.png" style="width: 100%; height: 600px;" /> </blockquote> <p>Click on the button. The report is displayed.</p> <blockquote> <img alt="Report" class="align-center" src="static/description/report.png" style="width: 100%; height: 300px;" /> </blockquote> <a name="estimated-hours"></a> <h2><a class="toc-backref" href="#id3">Estimated Hours</a></h2> <p>When clicking on an amount of estimated hours, the list of milestones composing this amount is displayed.</p> <blockquote> <img alt="milestone_time_click" class="align-center" src="static/description/milestone_time_click.png" style="width: 100%; height: 300px;" /> <img alt="milestone_list" class="align-center" src="static/description/milestone_list.png" style="width: 100%; height: 300px;" /> </blockquote> <a name="consumed-hours"></a> <h2><a class="toc-backref" href="#id4">Consumed Hours</a></h2> <p>When clicking on an amount of consumed hours, the list of analytic lines composing this amount is displayed.</p> <blockquote> <img alt="report_consumed_hours" class="align-center" src="static/description/report_consumed_hours.png" style="width: 100%; height: 300px;" /> <img alt="analytic_line_list" class="align-center" src="static/description/analytic_line_list.png" style="width: 100%; height: 300px;" /> </blockquote> <a name="lump-sum-projects"></a> <h2><a class="toc-backref" href="#id5">Lump Sum Projects</a></h2> <p>When a sub-project is a lump sum, it is excluded from the report.</p> <blockquote> <img alt="analytic_line_list_no_lump_sum" class="align-center" src="static/description/analytic_line_list_no_lump_sum.png" style="width: 100%; height: 300px;" /> </blockquote> <p>See module <a class="reference external" href="https://github.com/Numigi/odoo-project-addons/tree/12.0/project_lump_sum">project_lump_sum</a> for more details.</p> <a name="contributors"></a> <h2><a class="toc-backref" href="#id6">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>