Search 1.9 billion lines of Odoo code on GitHub

project_milestone_week_duration

Author: Numigi
License: LGPL-3
Branch: abenzbiria-patch-1
Repository: Numigi/odoo-project-addons
Dependencies: project_milestone, and project_milestone_start_date
Languages: PO File (26, 16.5%), Python (52, 32.9%), XML (49, 31.0%), and reStructuredText (31, 19.6%)
Other branches: 12.0, 14.0, 452, 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, and TumbaoJu-patch-1

<h1 class="title">Project Milestone Week Duration</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="#context" id="id2">Context</a></li> <li><a class="reference internal" href="#overview" id="id3">Overview</a></li> <li><a class="reference internal" href="#project-form-view" id="id4">Project Form View</a></li> <li><a class="reference internal" href="#target-date-end-date" id="id5">Target Date / End Date</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#more-information" id="id7">More information</a></li> </ul> </div> <a name="description"></a> <h2><a class="toc-backref" href="#id1">Description</a></h2> <p>This module adds a <code>Duration</code> field to the Project Milestones.</p> <p>It changes the <code>Target Date</code> field to <code>End Date</code> field calculated automatically by <code>Start Date</code> and <code>Duration</code></p> <a name="context"></a> <h2><a class="toc-backref" href="#id2">Context</a></h2> <p>The module <a class="reference external" href="https://github.com/Numigi/odoo-project-addons/tree/12.0/project_milestone_start_date">project_milestone_start_date</a> allows to define a <code>Start Date</code> for a Project Milestone.</p> <a name="overview"></a> <h2><a class="toc-backref" href="#id3">Overview</a></h2> <p>As a user who can manage Milestones, I open the Form View of a Milestone.</p> <p>I notice the new field <code>Duration</code>.</p> <img alt="static/description/field_duration_form_view.png" src="static/description/field_duration_form_view.png" /> <p>The same field is added to the list view of a Milestone.</p> <img alt="static/description/field_duration_list_view.png" src="static/description/field_duration_list_view.png" /> <a name="project-form-view"></a> <h2><a class="toc-backref" href="#id4">Project Form View</a></h2> <p>From a Project Form View with <code>Use Milestone</code> activated, I see that the new field <code>Duration</code> is displayed in the Milestones Tab Lines.</p> <img alt="static/description/field_duration_milestone_project_form.png" src="static/description/field_duration_milestone_project_form.png" /> <a name="target-date-end-date"></a> <h2><a class="toc-backref" href="#id5">Target Date / End Date</a></h2> <p>From the Milestone Form View, I notice that the <code>Target Date</code> is now named <code>End Date</code> and that it is now <code>Readonly</code>.</p> <p>The field is calculated automatically by the system as following :</p> <p>1- Select a <code>Start Date</code>;</p> <p>2- Add a <code>Duration</code> (number of weeks);</p> <p>3- The <code>End Date</code> is calculated automatically.</p> <img alt="static/description/field_duration_calculation.png" src="static/description/field_duration_calculation.png" /> <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> <a name="more-information"></a> <h2><a class="toc-backref" href="#id7">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>