Repository
odoo/odoo · module folder
Module version
1.0
Category
Manufacturing
Folder size
1.93 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://www.odoo.com/page/manufacturing
Last tracking update
2026-08-07 04:56:42
Authors
Maintainers
None
Committers
Xavier Morel, Antony Lesuisse, Olivier Dony, Christophe Simonis, Thibault Delavallée, Martin Trigaux, Odoo Translation Bot, Simon Lejeune, Nicolas Martinelli, Richard Mathot, Aaron Bohy, Géry Debongnie, Damien Bouvy, Yannick Tivisse
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
mrp_sale_info
Description
This module adds state, date_start, date_stop in manufacturing order operation lines (in the 'Work Orders' tab).
================================================================================================================

Status: draft, confirm, done, cancel
When finishing/confirming, cancelling manufacturing orders set all state lines
to the according state.

Create menus:
-------------
    **Manufacturing** > **Manufacturing** > **Work Orders**

Which is a view on 'Work Orders' lines in manufacturing order.

Add buttons in the form view of manufacturing order under workorders tab:
-------------------------------------------------------------------------
    * start (set state to confirm), set date_start
    * done (set state to done), set date_stop
    * set to draft (set state to draft)
    * cancel set state to cancel

When the manufacturing order becomes 'ready to produce', operations must
become 'confirmed'. When the manufacturing order is done, all operations
must become done.

The field 'Working Hours' is the delay(stop date - start date).
So, that we can compare the theoretic delay and real delay. 
    

Code Analysis

Views touched (18)
XML IDNameModelTypeStatus
graph_in_hrs_workcenter graph.in.hrs.workcenter mrp.production.workcenter.line graph New
mrp_production_code_form_view mrp.production.code.form mrp_operations.operation.code form New
mrp_production_code_tree_view mrp.production.code.tree mrp_operations.operation.code tree New
mrp_production_form_inherit_view mrp.production.form.inherit mrp.production form Inherits mrp.mrp_production_form_view
mrp_production_form_inherit_view2 mrp.production.form.inherit2 mrp.production form Inherits mrp.mrp_production_form_view
mrp_production_operation_tree_view mrp.production.operation.tree mrp_operations.operation tree New
mrp_production_reorder_form_view mrp.production.allow_reorder.form mrp.production form Inherits mrp.mrp_production_form_view
mrp_production_workcenter_form_view_inherit mrp.production.workcenter.line.form mrp.production.workcenter.line form New
mrp_production_workcenter_tree_view_inherit mrp.production.workcenter.line.tree mrp.production.workcenter.line tree New
operation_calendar_view mrp.perations.calendar mrp_operations.operation calendar New
report_wcbarcode report_wcbarcode ir.ui.view qweb New
view_mrp_production_workcenter_form_view_filter mrp.production.workcenter.line.select mrp.production.workcenter.line search New
view_report_mrp_workorder_filter mrp.workorder.select mrp.workorder search New
view_report_mrp_workorder_graph mrp.workorder.graph mrp.workorder graph New
view_report_mrp_workorder_pivot mrp.workorder.pivot mrp.workorder pivot New
workcenter_line_calendar mrp.production.workcenter.line.calendar mrp.production.workcenter.line calendar New
workcenter_line_gantt mrp.production.workcenter.line.gantt mrp.production.workcenter.line gantt New
workcenter_line_resource_gantt mrp.production.workcenter.line.resource.gantt mrp.production.workcenter.line gantt New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.

Loading…

Loading…

Loading…