Search 1.9 billion lines of Odoo code on GitHub

project_estimation

Author: Numigi
License: LGPL-3
Branch: 12.0
Repository: Numigi/odoo-project-addons
Dependencies: project, and project_task_date_planned
Languages: PO File (59, 17.6%), Python (100, 29.8%), XML (148, 44.0%), and reStructuredText (29, 8.6%)
Other branches: 14.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, and jbreard-patch-2

<h1 class="title">Project Estimation</h1> <p>This module defines an <code>Estimation</code> mode on projects.</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="#smart-button" id="id1">Smart Button</a></li> <li><a class="reference internal" href="#kanban-view" id="id2">Kanban View</a></li> <li><a class="reference internal" href="#tasks" id="id3">Tasks</a></li> <li><a class="reference internal" href="#configuration" id="id4">Configuration</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> </ul> </div> <a name="smart-button"></a> <h2><a class="toc-backref" href="#id1">Smart Button</a></h2> <p>A smart button is added on projects.</p> <p>When a project is in <code>Estimation</code> mode, the button is blue.</p> <img alt="static/description/project_smart_button_blue.png" src="static/description/project_smart_button_blue.png" /> <p>Otherwise, the button is gray.</p> <img alt="static/description/project_smart_button_gray.png" src="static/description/project_smart_button_gray.png" /> <p>When I click on the button, a confirmation wizard is opened. This wizard allows to either enter or exit the estimation mode.</p> <img alt="static/description/estimation_mode_exit_wizard.png" src="static/description/estimation_mode_exit_wizard.png" /> <img alt="static/description/estimation_mode_enter_wizard.png" src="static/description/estimation_mode_enter_wizard.png" /> <a name="kanban-view"></a> <h2><a class="toc-backref" href="#id2">Kanban View</a></h2> <p>In kanban view of projects, a blue badge is added on projects in estimation mode.</p> <img alt="static/description/project_kanban.png" src="static/description/project_kanban.png" /> <p>Also, a filter allows to view only projects that are in estimation mode.</p> <img alt="static/description/project_filter.png" src="static/description/project_filter.png" /> <a name="tasks"></a> <h2><a class="toc-backref" href="#id3">Tasks</a></h2> <p>In form view of a task, if the task is related to a project in estimation mode, a message is displayed.</p> <img alt="static/description/task_form.png" src="static/description/task_form.png" /> <p>In list or kanban view of tasks, a filter allows to view tasks related to a project in estimation mode.</p> <img alt="static/description/task_filter.png" src="static/description/task_filter.png" /> <a name="configuration"></a> <h2><a class="toc-backref" href="#id4">Configuration</a></h2> <p>By default, when creating or duplicating a project, the new project is NOT in estimation mode.</p> <p>This prevents the module from breaking unit tests on other modules. The estimation mode can be used to alter behavior on projects (see module project_estimation_material).</p> <p>It you desire new projects to be created in estimation mode by default, you may define the following system parameter:</p> <blockquote> project_estimation_mode_active_default = True</blockquote> <img alt="static/description/system_parameter.png" src="static/description/system_parameter.png" /> <a name="contributors"></a> <h2><a class="toc-backref" href="#id5">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>