Search 1.9 billion lines of Odoo code on GitHub

project_milestone_dependency

Author: Numigi
License: LGPL-3
Branch: abenzbiria-patch-1
Repository: Numigi/odoo-project-addons
Dependencies: project_milestone_enhanced, and project_milestone_start_date
Languages: PO File (19, 14.5%), Python (49, 37.4%), XML (40, 30.5%), and reStructuredText (23, 17.6%)
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 Dependencies</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="#description" id="id1">Description</a></li> <li><a class="reference internal" href="#overview" id="id2">Overview</a></li> <li><a class="reference internal" href="#usage" id="id3">Usage</a><ul> <li><a class="reference internal" href="#example" id="id4">Example:</a></li> </ul> </li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#more-information" id="id6">More information</a></li> </ul> </div> <a name="description"></a> <h2><a class="toc-backref" href="#id1">Description</a></h2> <p>This module allows to manage Milestone Dependencies.</p> <a name="overview"></a> <h2><a class="toc-backref" href="#id2">Overview</a></h2> <p>As a user who can manage Milestones, I open the form view of a Milestone, I notice a new tab <code>Dependencies</code>.</p> <img alt="static/description/dependencies_tab_milestone_form.png" src="static/description/dependencies_tab_milestone_form.png" /> <a name="usage"></a> <h2><a class="toc-backref" href="#id3">Usage</a></h2> <p>As a user who can manage Milestones, I go to the form view of a Milestone and I click on <code>Add line</code> from the <code>Dependencies</code> tab:</p> <img alt="static/description/add_milestone_dependencies.png" src="static/description/add_milestone_dependencies.png" /> <p>I notice that the Milestones are filtered on the Project assigned on the current Milestone.</p> <img alt="static/description/milestones_filtered_by_current_project.png" src="static/description/milestones_filtered_by_current_project.png" /> <p>It is impossible to have recursion on dependencies. If this is the case, a blocking message is displayed.</p> <a name="example"></a> <h3><a class="toc-backref" href="#id4">Example:</a></h3> <ul class="simple"> <li>If <code>Milestone 1</code> depends of <code>Milestone 2</code></li> </ul> <img alt="static/description/Milestone-2_dependsOf_Milestone-1.png" src="static/description/Milestone-2_dependsOf_Milestone-1.png" /> <ul class="simple"> <li>When user tries to add <code>Milestone 2</code> in <code>Milestone 1</code> dependencies, the blocking message is displayed.</li> </ul> <img alt="static/description/recursion_blocking_message.png" src="static/description/recursion_blocking_message.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> <a name="more-information"></a> <h2><a class="toc-backref" href="#id6">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>