TIP: You can type at any time to perform a new search.
MRP Sale Info
mrp_sale_info · OCA/manufacture
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_refCharrelated='sale_id.client_order_ref'store=Truestring='Customer Reference' -
commitment_dateDatetimerelated='sale_id.commitment_date'store=Truestring='Commitment Date' -
partner_idMany2one → res.partnercomodel_name='res.partner'related='sale_id.partner_id'store=Truestring='Customer' -
reference_idsMany2many → stock.referencecomodel_name='stock.reference'readonly=True -
sale_idMany2one → sale.ordercomodel_name='sale.order'readonly=Truerelated='sale_line_id.order_id'store=Truestring='Sale order'
No public methods.
New fields (4)
-
client_order_refCharrelated='sale_id.client_order_ref'store=Truestring='Customer Reference' -
commitment_dateDatetimereadonly=Truerelated='sale_id.commitment_date'store=Truestring='Commitment Date' -
partner_idMany2onereadonly=Truerelated='sale_id.partner_id'store=Truestring='Customer' -
sale_idMany2onereadonly=Truerelated='production_id.sale_id'store=Truestring='Sale order'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…