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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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_component Boolean
    compute='_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_intermediate Boolean
    compute='_compute_is_component_intermediate' help='Is intermediate a product which has a BoM based on it + is used in a BoM line' store=True
Public methods (0)

No public methods.

New fields (2)
  • is_component Boolean
    related='product_variant_ids.is_component'
  • is_intermediate Boolean
    related='product_variant_ids.is_intermediate'
Public methods (0)

No public methods.