Search 1.9 billion lines of Odoo code on GitHub

project_estimation_material

Author: Numigi
License: LGPL-3
Branch: 12.0
Repository: Numigi/odoo-project-addons
Dependencies: project_estimation, and project_material
Languages: PO File (38, 24.5%), Python (68, 43.9%), XML (27, 17.4%), and reStructuredText (22, 14.2%)
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 Material</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="#context" id="id1">Context</a></li> <li><a class="reference internal" href="#overview" id="id2">Overview</a></li> <li><a class="reference internal" href="#contributors" id="id3">Contributors</a></li> </ul> </div> <a name="context"></a> <h2><a class="toc-backref" href="#id1">Context</a></h2> <p>The module <code>project_material</code> allows to consume products on projects.</p> <p>It allows you to define <code>Material Lines</code> on tasks.</p> <img alt="static/description/task_material_lines.png" src="static/description/task_material_lines.png" /> <p>By default, the module automatically generates inventory operations when adding or modifying material lines.</p> <img alt="static/description/consumption_stock_picking.png" src="static/description/consumption_stock_picking.png" /> <p>However, in the context of a project in estimation mode, it is not appropriate to generate inventory operations.</p> <a name="overview"></a> <h2><a class="toc-backref" href="#id2">Overview</a></h2> <p>After installing this module, when a project is in estimation mode, material lines on the tasks will not generate stock operations.</p> <p>Because stock operations are not generated, it will also be possible to define material lines on a task without defining a planned date for the task.</p> <p>When exiting the estimation mode, you will be asked to define a planned date on every task.</p> <img alt="static/description/project_smart_button.png" src="static/description/project_smart_button.png" /> <img alt="static/description/estimation_mode_exit_wizard_with_tasks.png" src="static/description/estimation_mode_exit_wizard_with_tasks.png" /> <p>And after exiting the estimation mode, stock operations will be generated for your project.</p> <img alt="static/description/task_picking_smart_button.png" src="static/description/task_picking_smart_button.png" /> <a name="contributors"></a> <h2><a class="toc-backref" href="#id3">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>