TIP: You can type at any time to perform a new search.
Mrp subcontracting bom dual use
mrp_subcontracting_bom_dual_use · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Manufacturing
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:22:59
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Pedro M. Baeza, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows subcontracting BOMs to be used for regular production orders as well.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_form_view |
mrp.bom.form | mrp.bom | form | Inherits mrp.mrp_bom_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
allow_in_regular_productionBooleanstring='Allow in regular production'
No public methods.
New fields (1)
-
bom_idMany2onedomain="[\n '&',\n '|',\n ('company_id', '=', False),\n ('company_id', '=', company_id),\n '&',\n '|',\n ('product_id','=',product_id),\n '&',\n ('product_tmpl_id.product_variant_ids','=',product_id),\n ('product_id','=',False),\n '|',\n ('type', '=', 'normal'),\n '&',\n ('type', '=', 'subcontract'),\n ('allow_in_regular_production', '=', True)\n ]"
No public methods.
Loading…
Loading…