Product BOM Cost Rollup

product_cost_rollup_to_bom
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/13.0/product_cost_rollup_to_bom
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSdreispt
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Héctor Vi Or
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_account
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - resource
    - stock_account
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_email_company view.email.company res.company xpath Inherits base.view_company_form
view_email_res_settings view.email.res.settings res.config.settings xpath Inherits mrp.res_config_settings_view_form
view_std_price_mrp_bom view.std.price.mrp.bom mrp.bom div Inherits mrp.mrp_bom_form_view
view_std_price_product_product view.std.price.product.product product.product field Inherits product.product_normal_form_view
Models touched (4)

New fields (1)
  • std_cost_update_date Datetime
    copy=False help='Last time the standard cost was performed on this BOM.' string='Standard Cost Update Date'
Public methods (2)
  • compute_bom_cost_rollup(self)
    @api.model
  • get_product_variants(self, product)

New fields (1)
  • std_cost_update_date Datetime
    copy=False help='Last time the standard cost was performed on this product.' string='Standard Cost Update Date'
Public methods (1)
  • action_bom_cost(self)

New fields (1)
  • bom_cost_email Char
    help='BoM Cost rollup Email notification will be sent to this email address' string='BoM cost rollup email'
Public methods (0)

No public methods.

New fields (1)
  • bom_cost_email Char
    help='BoM Cost rollup Email notification will be sent to this email address' readonly=False related='company_id.bom_cost_email' string='BoM cost rollup email'
Public methods (2)
  • get_values(self)
  • set_values(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/manufacture
PULL REQUEST
PULL REQUEST[18.0][MIG] product_cost_rollup_to_bom: Migration to 18.0 (#1811)