Manufacturing Operations

mrp_operations
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/mrp_operations
VERSION
VERSION 1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Christophe Simonis, Xavier Morel, Simon Lejeune, Nicolas Martinelli, Richard Mathot, Géry Debongnie, Aaron Bohy, Damien Bouvy, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/manufacturing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - stock_account
    - stock
    - barcodes
    - web_planner
    - account
    - analytic
    - web_tip
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits mrp.mrp_production_form_view
mrp_production_form_inherit_view2 mrp.production.form.inherit2 mrp.production xpath 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 field 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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/mrp_operations
VERSION
VERSION 1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Christophe Matthieu, Martin Trigaux, Foram Katharotiya (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Tejas Tank, Thibault Delavallée, Vo Minh Thu, Josse Colpaert, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Denis Ledoux, Fabien Meghazi, ggh-openerp, Christophe Simonis, Xavier Morel, Nicolas Martinelli, Richard Mathot, Géry Debongnie, Holger Brunn, Aaron Bohy, Richard Mathot (OpenERP), ged-odoo, Gery Debongnie, sgo@tinyerp.com, Darshan Kalola (OpenERP), Darshan Kalola, Jitendra Prajapati (OpenERP)
WEBSITE
WEBSITEhttps://www.odoo.com/page/manufacturing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - stock_account
    - stock
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (16)
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 xpath Inherits mrp.mrp_production_form_view
mrp_production_form_inherit_view2 mrp.production.form.inherit2 mrp.production xpath 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 field 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
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
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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/mrp_operations
VERSION
VERSION 1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Twinkle Christian (OpenERP), Cecile Tonglet, Rucha (Open ERP), Atul Patel (OpenERP), Randhir Mayatra (OpenERP), Odoo Translation Bot, Turkesh Patel (Open ERP), Numerigraphe - Lionel Sausin, Christophe Matthieu, Pinakin Nayi (OpenERP), Antonin Bourguignon, ajay javiya (OpenERP), Martin Trigaux, Ajay Chauhan (OpenERP), Foram Katharotiya (OpenERP), Purnendu Singh (OpenERP), Saurang Suthar (OpenERP), Fabien Pinckaers, Antony Lesuisse, Bharat Devnani (OpenERP), Meera Trambadia (OpenERP), Olivier Dony, Divyesh Makwana (Open ERP), Thibault Delavallée, Vo Minh Thu, Hardik, pso (OpenERP), Sbh (Openerp), Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Nimesh (Open ERP), Denis Ledoux, Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, Sanjay Gohel (Open ERP), help, Goffin Simon, Bhumi Thakkar (Open ERP), Amit Patel, Frédéric van der Essen, Nicolas Martinelli, Lionel Sausin, Paramjit Singh Sahota
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - procurement
    - stock
    - account
    - analytic
    - board
    - edi
    - email_template
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (17)
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 xpath Inherits mrp.mrp_production_form_view
mrp_production_form_inherit_view2 mrp.production.form.inherit2 mrp.production xpath 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 field 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
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_tree mrp.workorder.tree mrp.workorder tree 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
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/mrp_operations
VERSION
VERSION 1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Stephane Wirtel, Harry (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Mayur Maheshwari (OpenERP), vro, niv-openerp, Ujjvala Collins (OpenERP), Xavier Morel, Carlos Vásquez, Bogdan Stanciu, ksa (Open ERP), Els Van Vossel, Israel Fermin Montilla, mayur maheshwari (Open ERP), Hardik Ansodariy (OpenERP), rch-openerp, aag (OpenERP), ron@tinyerp.com, fp, ksa (OpenERP), Kirti Savalia (OpenERP), Hemendra Paregi (Open ERP), Atik Agewan (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - procurement
    - base
    - process
    - product
    - decimal_precision
    - stock
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds state, date_start,date_stop in production order operation lines (in the "Work Centers" tab).
=============================================================================================================

State: draft, confirm, done, cancel
When finishing/confirming,cancelling production orders set all state lines to the according state

Create menus:
    Manufacturing > Manufacturing > Work Orders

Which is a view on "Work Centers" lines in production order.

Add buttons in the form view of production order under workcenter 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 production order becomes "ready to produce", operations must
become 'confirmed'. When the production order is done, all operations
must become done.

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

    

Code Analysis

Views touched (17)
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 xpath Inherits mrp.mrp_production_form_view
mrp_production_form_inherit_view2 mrp.production.form.inherit2 mrp.production xpath 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 field 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
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_tree mrp.workorder.tree mrp.workorder tree 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
Models touched (0)

No models found for this module.