MRP Sale Info

mrp_sale_info
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/19.0/mrp_sale_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSRuchir Shukla, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_mrp
    - 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
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of Odoo for adding related fields
to Manufacturing Orders and Work Orders:

> - Sale order
> - Customer
> - Commitment Date
> - Customer Reference

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production page Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder page Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_editable_view
Models touched (2)

New fields (5)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • reference_ids Many2many → stock.reference
    comodel_name='stock.reference' readonly=True
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='sale_line_id.order_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/18.0/mrp_sale_info
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, oca-ci, michelerusti, Francois Poizat, Heliconia Solutions
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_mrp
    - 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
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of Odoo for adding related fields
to Manufacturing Orders and Work Orders:

> - Sale order
> - Customer
> - Commitment Date
> - Customer Reference

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production page Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder page Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_editable_view
view_mrp_production_filter mrp.production.filter.inherit mrp.production field Inherits mrp.view_mrp_production_filter
Models touched (4)

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' index=True readonly=True related='sale_line_id.order_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (1)
  • mrp_production_ids One2many → mrp.production
    comodel_name='mrp.production' inverse_name='sale_line_id' string='Manufacturing orders'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/17.0/mrp_sale_info
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Frédéric GRALL
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20: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
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of Odoo for adding related fields
to Manufacturing Orders and Work Orders:

> - Sale order
> - Customer
> - Commitment Date
> - Customer Reference

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production page Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder page Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_editable_view
Models touched (3)

New fields (5)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='source_procurement_group_id.sale_id' store=True string='Sale order'
  • source_procurement_group_id Many2one → procurement.group
    comodel_name='procurement.group' readonly=True
Public methods (0)

No public methods.

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/mrp_sale_info
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSFlorian da Costa, Weblate, OCA-git-bot, Oihane Crucelaegui, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53: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
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production page Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder page Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_editable_view
Models touched (3)

New fields (5)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='source_procurement_group_id.sale_id' store=True string='Sale order'
  • source_procurement_group_id Many2one → procurement.group
    comodel_name='procurement.group' readonly=True
Public methods (0)

No public methods.

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/15.0/mrp_sale_info
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSAkim Juillerat, Weblate, OCA-git-bot, oca-ci, JuMiSanAr, Mantux11
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:36
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
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production page Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder page Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_editable_view
Models touched (5)

New fields (5)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='source_procurement_group_id.sale_id' store=True string='Sale order'
  • source_procurement_group_id Many2one → procurement.group
    comodel_name='procurement.group' readonly=True
Public methods (0)

No public methods.

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (1)
  • created_production_ids Many2many → mrp.production
    compute='_compute_created_production_ids' store=True args: 'mrp.production'
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
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/14.0/mrp_sale_info
VERSION
VERSION 2.2.1
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERStafaRU, OCA Transbot, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Tom Blauwendraat, Benoit, sergiocorato, oca-ci, Kevin Khao, adrip-s73
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_mrp
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production page Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder page Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_editable_view
Models touched (5)

New fields (6)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' index=True readonly=True related='source_procurement_group_id.sale_id' store=True string='Sale order'
  • sale_line_ids Many2many → sale.order.line
    column1='production_id' column2='line_id' comodel_name='sale.order.line' relation='sale_line_production_rel' string='Sale order line'
  • source_procurement_group_id Many2one → procurement.group
    comodel_name='procurement.group' index=True readonly=True
Public methods (0)

No public methods.

New fields (4)
  • client_order_ref Char
    related='sale_id.client_order_ref' store=True string='Customer Reference'
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (1)
  • production_ids One2many → mrp.production
    args: 'mrp.production', 'sale_id'
Public methods (0)

No public methods.

New fields (1)
  • production_ids Many2many → mrp.production
    column1='line_id' column2='production_id' comodel_name='mrp.production' copy=False relation='sale_line_production_rel' string='Manufacturing orders'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/13.0/mrp_sale_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSLois Rilo, Bhavesh Odedra, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - resource
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production field Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_view_inherit
Models touched (3)

New fields (4)
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='source_procurement_group_id.sale_id' store=True string='Sale order'
  • source_procurement_group_id Many2one → procurement.group
    comodel_name='procurement.group' readonly=True
Public methods (0)

No public methods.

New fields (3)
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/12.0/mrp_sale_info
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSHolger Brunn, Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Tom Blauwendraat, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - resource
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production field Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workorder_tree_view_inherit
view_order_form sale.order.form sale.order xpath Inherits sale.view_order_form
Models touched (4)

New fields (4)
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='source_procurement_group_id.sale_id' store=True string='Sale order'
  • source_procurement_group_id Many2one → procurement.group
    comodel_name='procurement.group' readonly=True
Public methods (0)

No public methods.

New fields (3)
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (2)
  • production_count Integer
    compute='_compute_production_count' store=True
  • production_ids One2many → mrp.production
    args: 'mrp.production', 'sale_id'
Public methods (1)
  • action_view_production(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/11.0/mrp_sale_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Oihane Crucelaegui
WEBSITE
WEBSITEhttps://github.com/oca/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - stock
    - barcodes
    - web_planner
    - resource
    - sale_mrp
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - account
    - analytic
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - sale_order_dates
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production field Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workcenter_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder field Inherits mrp.mrp_production_workcenter_form_view_inherit
mrp_production_workcenter_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workcenter_tree_view_inherit
Models touched (2)

New fields (3)
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='procurement_group_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (3)
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/10.0/mrp_sale_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSPedro M. Baeza, oca-travis, bima, Manuel Márquez
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_mrp
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - stock
    - procurement
    - barcodes
    - web_planner
    - resource
    - sale_stock
    - sale
    - sales_team
    - account
    - analytic
    - stock_account
    - sale_order_dates
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production field Inherits mrp.mrp_production_form_view
mrp_production_sale_info_search_view MRP Production search with Customer and Sale Order mrp.production field Inherits mrp.view_mrp_production_filter
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workcenter_tree_view_inherit MRP Production Work Order Tree with Sale Order mrp.workorder field Inherits mrp.mrp_production_workcenter_tree_view_inherit
mrp_workorder_sale_form_view_inherit MRP Production Work Order Form with Sale Order mrp.workorder xpath Inherits mrp.mrp_production_workcenter_form_view_inherit
view_mrp_workorder_form_view_filter MRP Production Workorder search with Customer and Sale Order mrp.workorder field Inherits mrp.view_mrp_production_workcenter_form_view_filter
Models touched (3)

New fields (3)
  • commitment_date Datetime
    string='Commitment Date'
  • partner_id Many2one → res.partner
    readonly=True string='Customer' args: 'res.partner'
  • sale_id Many2one → sale.order
    readonly=True string='Sale order' args: 'sale.order'
Public methods (0)

No public methods.

New fields (3)
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • make_mo(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/9.0/mrp_sale_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), AvanzOSC
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), AvanzOSC
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, victor
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_operations
    - 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
    - sale_mrp
    - sale_stock
    - sale
    - sales_team
    - sale_order_dates
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production field Inherits sale_mrp.mrp_production_form_view_inherit_sale_mrp
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workcenter_form_view_inherit MRP Production Work Order Form with Sale Order mrp.production.workcenter.line xpath Inherits mrp_operations.mrp_production_workcenter_form_view_inherit
mrp_production_workcenter_tree_view_inherit MRP Production Work Order Tree with Sale Order mrp.production.workcenter.line field Inherits mrp_operations.mrp_production_workcenter_tree_view_inherit
Models touched (2)

New fields (3)
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    readonly=True related='move_prod_id.procurement_id.sale_line_id.order_id' store=True string='Sale order' args: 'sale.order'
Public methods (0)

No public methods.

New fields (3)
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/8.0/mrp_sale_info
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, Antiun Ingeniería S.L., OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, Antiun Ingeniería S.L., OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, oihane, Javier Iniesta
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_operations
    - 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
    - sale_mrp
    - sale_stock
    - sale
    - sales_team
    - account_voucher
    - sale_order_dates
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_form_view MRP Production Form with Sale Order mrp.production field Inherits sale_mrp.view_mrp_production_form
mrp_production_sale_info_search_view MRP Production search with Customer and Sale Order mrp.production field Inherits mrp.view_mrp_production_filter
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production field Inherits mrp.mrp_production_tree_view
mrp_production_workcenter_form_view_inherit MRP Production Work Order Form with Sale Order mrp.production.workcenter.line group Inherits mrp_operations.mrp_production_workcenter_form_view_inherit
mrp_production_workcenter_tree_view_inherit MRP Production Work Order Tree with Sale Order mrp.production.workcenter.line field Inherits mrp_operations.mrp_production_workcenter_tree_view_inherit
view_mrp_production_workcenter_form_view_filter MRP Production Workcenter search with Customer and Sale Order mrp.production.workcenter.line field Inherits mrp_operations.view_mrp_production_workcenter_form_view_filter
Models touched (2)

New fields (4)
  • commitment_date Datetime
    related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one → sale.order
    comodel_name='sale.order' readonly=True related='move_prod_id.procurement_id.sale_line_id.order_id' store=True string='Sale order'
  • sale_line_id Many2one → sale.order.line
    comodel_name='sale.order.line' related='move_prod_id.procurement_id.sale_line_id' string='Sale Line'
Public methods (0)

No public methods.

New fields (4)
  • commitment_date Datetime
    readonly=True related='sale_id.commitment_date' store=True string='Commitment Date'
  • partner_id Many2one
    readonly=True related='sale_id.partner_id' store=True string='Customer'
  • sale_id Many2one
    readonly=True related='production_id.sale_id' store=True string='Sale order'
  • sale_line_id Many2one → sale.order.line
    comodel_name='sale.order.line' related='production_id.sale_line_id' string='Sale Line'
Public methods (0)

No public methods.