Purchase and MRP Management

purchase_mrp
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYSupply Chain/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Arnold Moyaux, Julien Castiaux, Victor Feyens, svs-odoo, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, JF Aubert, Djamel Touati, Pieter Claeys (clpi), Dylan Kiss (dyki), Paweł Fertyk, Arnaud Sibille, Walid (wasa), Ethan Vincent, lase@odoo.com, Quentin Wolfs, Richard Prosser, kcv-odoo, nihp-odoo, Stéphane Diez, David Van Droogenbroeck (DROD), pkgu-odoo, Mohammad Abdulmoneim (abdu), MaximeNoirhomme, mojem, rare-odoo, Elijah Tay (elct), Lancelot Semal, Tudor-Calin Panzaru (tupan), Robert Smith (rosm)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - onboarding
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.view.form.inherited.purchase.mrp mrp.bom xpath Inherits mrp.mrp_bom_form_view
mrp_production_form_view_purchase mrp.production.inherited.form.purchase mrp.production xpath Inherits mrp.mrp_production_form_view
purchase_order_form_mrp purchase.order.inherited.form.mrp purchase.order xpath Inherits purchase.purchase_order_form
view_warehouse_orderpoint_tree_editable stock.warehouse.orderpoint.list.editable.inherit.show_route stock.warehouse.orderpoint xpath Inherits stock.view_warehouse_orderpoint_tree_editable
Models touched (9)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • cost_share Float
    digits=0 help="The percentage of the component repartition cost when purchasing a kit.The total of all components' cost have to be equal to 100." args: 'Cost Share (%)'
Public methods (0)

No public methods.

New fields (1)
  • purchase_order_count Integer
    compute='_compute_purchase_order_count' groups='purchase.group_purchase_user' args: 'Count of generated PO'
Public methods (1)
  • action_view_purchase_orders(self)

New fields (1)
  • mrp_production_count Integer
    compute='_compute_mrp_production_count' groups='mrp.group_mrp_user' args: 'Count of MO Source'
Public methods (1)
  • action_view_mrp_productions(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Xavier Morel, Yannick Tivisse, Odoo Online, Laurent Smet, Arnold Moyaux, William Henrotin, Tiffany Chang (tic), Rémy Voet (ryv), Gorash, David (dafr), Louis Wicket (wil), Walid, Adrien Widart (awt), Gauthier Wala (gawa), clesgow, Djamel Touati, Pieter Claeys (clpi), Dylan Kiss (dyki), Arnaud Sibille, Mahdi Cheikh Rouhou (macr), Walid (wasa), kdeb@odoo.com, Ethan Vincent, lase@odoo.com, Richard Prosser, Louis (wil), Stéphane Diez, Jitendra Prajapat, David Van Droogenbroeck (DROD), mojem, Elijah Tay (elct), Lancelot Semal, Tudor-Calin Panzaru (tupan), Robert Smith (rosm)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - onboarding
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.view.form.inherited.purchase.mrp mrp.bom xpath Inherits mrp.mrp_bom_form_view
mrp_production_form_view_purchase mrp.production.inherited.form.purchase mrp.production xpath Inherits mrp.mrp_production_form_view
purchase_order_form_mrp purchase.order.inherited.form.mrp purchase.order xpath Inherits purchase.purchase_order_form
view_warehouse_orderpoint_tree_editable stock.warehouse.orderpoint.list.editable.inherit.show_route stock.warehouse.orderpoint xpath Inherits stock.view_warehouse_orderpoint_tree_editable
Models touched (9)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • cost_share Float
    digits=0 help="The percentage of the component repartition cost when purchasing a kit.The total of all components' cost have to be equal to 100." args: 'Cost Share (%)'
Public methods (0)

No public methods.

New fields (1)
  • purchase_order_count Integer
    compute='_compute_purchase_order_count' groups='purchase.group_purchase_user' args: 'Count of generated PO'
Public methods (1)
  • action_view_purchase_orders(self)

New fields (1)
  • mrp_production_count Integer
    compute='_compute_mrp_production_count' groups='mrp.group_mrp_user' args: 'Count of MO Source'
Public methods (1)
  • action_view_mrp_productions(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Xavier Morel, Yannick Tivisse, Odoo Online, Arnold Moyaux, William Henrotin, svs-odoo, Touati Djamel (otd), Tiffany Chang (tic), Gorash, David (dafr), yhu-odoo, Aurelien van Delft (avd), mehjabinfarsana, Louis Wicket (wil), Walid, Adrien Widart (awt), clesgow, Djamel Touati, Dylan Kiss (dyki), Michael (mcm), Ahmed Khalaf, Khushi Vakil, Mahdi Cheikh Rouhou (macr), Walid (wasa), kdeb@odoo.com, Ethan Vincent, lase@odoo.com, Louis (wil), Elijah Tay, mojem
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - onboarding
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.view.form.inherited.purchase.mrp mrp.bom xpath Inherits mrp.mrp_bom_form_view
mrp_production_form_view_purchase mrp.production.inherited.form.purchase mrp.production xpath Inherits mrp.mrp_production_form_view
purchase_order_form_mrp purchase.order.inherited.form.mrp purchase.order xpath Inherits purchase.purchase_order_form
view_warehouse_orderpoint_tree_editable stock.warehouse.orderpoint.tree.editable.inherit.show_route stock.warehouse.orderpoint xpath Inherits stock.view_warehouse_orderpoint_tree_editable
Models touched (9)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • cost_share Float
    digits=(5, 2) help="The percentage of the component repartition cost when purchasing a kit.The total of all components' cost have to be equal to 100." args: 'Cost Share (%)'
Public methods (0)

No public methods.

New fields (1)
  • purchase_order_count Integer
    compute='_compute_purchase_order_count' groups='purchase.group_purchase_user' args: 'Count of generated PO'
Public methods (1)
  • action_view_purchase_orders(self)

New fields (1)
  • mrp_production_count Integer
    compute='_compute_mrp_production_count' groups='mrp.group_mrp_user' args: 'Count of MO Source'
Public methods (1)
  • action_view_mrp_productions(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Yannick Tivisse, Arnold Moyaux, William Henrotin, Adrien Widart, Touati Djamel (otd), Tiffany Chang (tic), Rémy Voet (ryv), william-andre, David (dafr), JF Aubert, yhu-odoo, aliya, Aurelien van Delft (avd), mehjabinfarsana, Walid, Adrien Widart (awt), clesgow, Nicolas Pierre, Mahdi Cheikh Rouhou (macr), kdeb@odoo.com, Elijah Tay
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.view.form.inherited.purchase.mrp mrp.bom xpath Inherits mrp.mrp_bom_form_view
mrp_production_form_view_purchase mrp.production.inherited.form.purchase mrp.production xpath Inherits mrp.mrp_production_form_view
purchase_order_form_mrp purchase.order.inherited.form.mrp purchase.order xpath Inherits purchase.purchase_order_form
Models touched (8)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • cost_share Float
    digits=(5, 2) help="The percentage of the component repartition cost when purchasing a kit.The total of all components' cost have to be equal to 100." args: 'Cost Share (%)'
Public methods (0)

No public methods.

New fields (1)
  • purchase_order_count Integer
    compute='_compute_purchase_order_count' groups='purchase.group_purchase_user' args: 'Count of generated PO'
Public methods (1)
  • action_view_purchase_orders(self)

New fields (1)
  • mrp_production_count Integer
    compute='_compute_mrp_production_count' groups='mrp.group_mrp_user' args: 'Count of MO Source'
Public methods (1)
  • action_view_mrp_productions(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Yannick Tivisse, Xavier-Do, William Henrotin, Adrien Widart, Touati Djamel (otd), Rémy Voet (ryv), william-andre, JF Aubert, Adrien Widart (awt)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mrp_production_form_view_purchase mrp.production.inherited.form.purchase mrp.production xpath Inherits mrp.mrp_production_form_view
purchase_order_form_mrp purchase.order.inherited.form.mrp purchase.order xpath Inherits purchase.purchase_order_form
Models touched (4)

New fields (1)
  • purchase_order_count Integer
    compute='_compute_purchase_order_count' groups='purchase.group_purchase_user' args: 'Count of generated PO'
Public methods (1)
  • action_view_purchase_orders(self)

New fields (1)
  • mrp_production_count Integer
    compute='_compute_mrp_production_count' groups='mrp.group_mrp_user' args: 'Count of MO Source'
Public methods (1)
  • action_view_mrp_productions(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Simon Lejeune, Nicolas Martinelli, Yannick Tivisse, Arnold Moyaux, Julien Castiaux, Xavier-Do, William Henrotin, Adrien Widart, Touati Djamel (otd), Rémy Voet (ryv), Víctor Martínez, Adrien Widart (awt)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - purchase_stock
    - stock_account
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mrp_production_form_view_purchase mrp.production.inherited.form.purchase mrp.production xpath Inherits mrp.mrp_production_form_view
purchase_order_form_mrp purchase.order.inherited.form.mrp purchase.order xpath Inherits purchase.purchase_order_form
Models touched (4)

New fields (1)
  • purchase_order_count Integer
    compute='_compute_purchase_order_count' groups='purchase.group_purchase_user' args: 'Count of generated PO'
Public methods (1)
  • action_view_purchase_orders(self)

New fields (1)
  • mrp_production_count Integer
    compute='_compute_mrp_production_count' groups='mrp.group_mrp_user' args: 'Count of MO Source'
Public methods (1)
  • action_view_mrp_productions(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYOperations/Purchase
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Simon Lejeune, Nicolas Martinelli, Damien Bouvy, jem-odoo, Arnold Moyaux, Adrian Torres, Xavier-Do, Anh Thao Pham (pta), Adrien Widart, Touati Djamel (otd), Arnaud Baes, JordiMForgeFlow
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - resource
    - purchase_stock
    - stock_account
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (0)

No views found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Yannick Tivisse, Pierre Masereel, Arnold Moyaux, Xavier-Do, Touati Djamel (otd)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - resource
    - purchase_stock
    - stock_account
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Goffin Simon, Simon Lejeune, Nicolas Martinelli, GitHub, Odoo Online
WEBSITE
WEBSITEhttps://www.odoo.com/page/manufacturing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - stock
    - barcodes
    - web_planner
    - resource
    - purchase
    - stock_account
    - account
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (0)

No views found for this module.

Models touched (2)

New fields (1)
  • qty_received Float
    compute='_compute_qty_received' compute_sudo=True store=True string='Received Qty'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/purchase_mrp
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Josse Colpaert, Christophe Simonis
WEBSITE
WEBSITEhttps://www.odoo.com/page/manufacturing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - stock
    - procurement
    - barcodes
    - web_planner
    - resource
    - purchase
    - stock_account
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides facility to the user to install mrp and purchase modules at a time.
========================================================================================

It is basically used when we want to keep track of production orders generated
from purchase order.
    

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (1)
  • qty_received Float
    compute='_compute_qty_received' store=True string='Received Qty'
Public methods (0)

No public methods.