Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:38:24
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
dreispt
Committers
Weblate, OCA-git-bot, oca-ci, Héctor Vi Or
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_email_company view.email.company res.company form Inherits base.view_company_form
view_email_res_settings view.email.res.settings res.config.settings form Inherits mrp.res_config_settings_view_form
view_std_price_mrp_bom view.std.price.mrp.bom mrp.bom form Inherits mrp.mrp_bom_form_view
view_std_price_product_product view.std.price.product.product product.product form Inherits product.product_normal_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
67 days ago
Last activity
67 days ago
Repository
OCA/manufacture
Pull request
[18.0][MIG] product_cost_rollup_to_bom: Migration to 18.0 (#1811)