Search 1.9 billion lines of Odoo code on GitHub

project_time_range

Author: Numigi
License: LGPL-3
Branch: 14.0
Repository: Numigi/odoo-project-addons
Dependencies: hr_timesheet, and project
Languages: PO File (69, 14.3%), Python (287, 59.3%), XML (106, 21.9%), and reStructuredText (22, 4.5%)
Other branches: 11.0, 12.0, 452, TA#42546, TA#43556, TA#44075---manage_project_budget_using_milestone, TA#44076---Update-dockerfile, TA#44215---project_task_kanban_view_partner, 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, abenzbiria-patch-1, jbreard-patch-1, jbreard-patch-2, timesheet_analytic_update, and update_analytic_account_on_timesheets

<h1 class="title">Project Time Range</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="#tasks" id="id1">Tasks</a></li> <li><a class="reference internal" href="#subtasks" id="id2">Subtasks</a></li> <li><a class="reference internal" href="#projects" id="id3">Projects</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> </ul> </div> <a name="tasks"></a> <h2><a class="toc-backref" href="#id1">Tasks</a></h2> <p>The module adds the fields <cite>Min</cite> and <cite>Max</cite> under the <cite>Timesheets</cite> tab of a task.</p> <img alt="static/description/task_form.png" src="static/description/task_form.png" /> <p>These fields contain the minimum and maximum time initialy estimated on the task. The field <cite>Initially Planned Hours</cite> is renamed <cite>Ideal</cite>.</p> <p>The fields are also added to the list view of tasks.</p> <img alt="static/description/task_list.png" src="static/description/task_list.png" /> <p>They are also added to the portal view of a task.</p> <img alt="static/description/portal_task.png" src="static/description/portal_task.png" /> <a name="subtasks"></a> <h2><a class="toc-backref" href="#id2">Subtasks</a></h2> <p>Also, if a task has subtasks, the sum of time estimated on subtasks is also displayed.</p> <img alt="static/description/task_form_with_subtasks.png" src="static/description/task_form_with_subtasks.png" /> <a name="projects"></a> <h2><a class="toc-backref" href="#id3">Projects</a></h2> <p>On projects, a <code>Management</code> tab is added.</p> <p>This tab contains the sum of hours of all tasks under the project.</p> <img alt="static/description/project_form.png" src="static/description/project_form.png" /> <p>The time <code>Spent</code> is the sum of hours on analytic lines.</p> <p>The time <code>Remaining</code> is the <code>Ideal</code> time minus the time <code>Spent</code>.</p> <p>The fields are also added to the list view of projects.</p> <img alt="static/description/project_list.png" src="static/description/project_list.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>