MRP Product Characterisation

mrp_product_characterisation
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/mrp_product_characterisation
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_mrp_bom_search mrp.bom xpath Inherits mrp.view_mrp_bom_filter
view_mrp_product_product_search product.product xpath Inherits mrp.mrp_product_product_search_view
view_mrp_product_template_search product.template xpath Inherits mrp.mrp_product_template_search_view
view_product_template_form product.template xpath Inherits product.product_template_form_view
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.