Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.1.0
Category
GRAP - Custom
Folder size
0.31 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 (2)
XML IDNameModelTypeStatus
view_mrp_bom_sale_product_margin_form mrp.bom form Inherits mrp.mrp_bom_form_view
view_mrp_bom_tree mrp.bom tree Inherits mrp.mrp_bom_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (6)
  • currency_id Many2one
    related='product_tmpl_id.currency_id'
  • diff_product_bom_standard_price Boolean
    compute='_compute_diff_product_bom_standard_price' help="Technical field used to display or hide button 'Apply this cost to Product standard price' in the form view"
  • product_margin_rate Float
    related='product_tmpl_id.standard_margin_rate'
  • product_sale_price Float
    related='product_tmpl_id.list_price' string='Product Sale Price'
  • product_standard_price Float
    compute='_compute_product_standard_price'
  • standard_price Float
    compute='_compute_standard_price' digits='Product Price' help='Calculated with raw components cost divided by the BoM quantity.' string='BoM Unit Cost' tracking=True
Public methods (1)
  • set_product_standard_price(self)

New fields (4)
  • currency_id Many2one
    related='product_id.currency_id'
  • standard_price_subtotal Float
    compute='_compute_standard_price_subtotal' string='Subtotal price'
  • standard_price_subtotal_percentage Float
    compute='_compute_standard_price_subtotal_percentage' digits=(16, 3) string='Subtotal price %'
  • standard_price_unit Float
    compute='_compute_standard_price_unit'
Public methods (0)

No public methods.

New fields (1)
  • standard_price Float
    tracking=True
Public methods (0)

No public methods.