Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), AvanzOSC, Tecnativa
Maintainers
Odoo Community Association (OCA), AvanzOSC, Tecnativa
Committers
Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits mrp.mrp_production_form_view
mrp_production_tree_view MRP Production Tree with Sale Order mrp.production tree Inherits mrp.mrp_production_tree_view
mrp_production_workorder_form_view_inherit MRP Work Order Form with Sale Order mrp.workorder form Inherits mrp.mrp_production_workorder_form_view_inherit
mrp_production_workorder_tree_view_inherit MRP Work Order Tree with Sale Order mrp.workorder tree Inherits mrp.mrp_production_workorder_tree_editable_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…