TIP: You can type at any time to perform a new search.
MRP Product Characterisation
mrp_product_characterisation · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Manufacturing
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:09:18
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Weblate, OCA-git-bot, oca-ci, Quentin Dupont
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_bom_search |
mrp.bom | search | Inherits mrp.view_mrp_bom_filter | |
view_mrp_product_product_search |
product.product | search | Inherits mrp.mrp_product_product_search_view | |
view_mrp_product_template_search |
product.template | search | Inherits mrp.mrp_product_template_search_view | |
view_product_template_form |
product.template | form | Inherits product.product_template_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
is_componentBooleancompute='_compute_is_component_intermediate'help='Is component a product which has no BoM based on it + is used in a BoM line'store=True -
is_intermediateBooleancompute='_compute_is_component_intermediate'help='Is intermediate a product which has a BoM based on it + is used in a BoM line'store=True
No public methods.
New fields (2)
-
is_componentBooleanrelated='product_variant_ids.is_component' -
is_intermediateBooleanrelated='product_variant_ids.is_intermediate'
No public methods.