TIP: You can type at any time to perform a new search.
MRP Work Order Update Component
mrp_workorder_update_component · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 07:38:24
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_workorder_form_view_inherit_update_components |
mrp.workorder.form | mrp.workorder | form | Inherits mrp.mrp_production_workorder_form_view_inherit |
view_mrp_workorder_new_line_form |
view_mrp_workorder_new_line_form | mrp.workorder.new.line | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
action_new_line_wizard(self)
New fields (7)
-
company_idMany2one → res.companystring='Company' args: 'res.company' -
lot_idMany2one → stock.production.lotdomain="[('product_id', '=', product_id), ('company_id', '=', company_id)]"string='Lot/Serial Number' args: 'stock.production.lot' -
original_line_qtyFloatdigits='Product Unit of Measure'readonly=Truerequired=True args: 'Original Quantity' -
product_idMany2one → product.productreadonly=Truerequired=True args: 'product.product' -
product_qtyFloatdefault=1.0digits='Product Unit of Measure'required=True args: 'Quantity' -
workorder_idMany2one → mrp.workordercheck_company=Truerequired=True args: 'mrp.workorder', 'Work Order' -
workorder_line_idMany2one → mrp.workorder.linecheck_company=Truerequired=True args: 'mrp.workorder.line', 'Work Order Line'
-
action_validate(self) -
not_enought_qty_to_reserve(self, new_available_quantity)