TIP: You can type at any time to perform a new search.
MRP BoM Product Price Margin
mrp_bom_product_price_margin · OCA/manufacture
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2onerelated='product_tmpl_id.currency_id' -
diff_product_bom_standard_priceBooleancompute='_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_rateFloatrelated='product_tmpl_id.standard_margin_rate' -
product_sale_priceFloatrelated='product_tmpl_id.list_price'string='Product Sale Price' -
product_standard_priceFloatcompute='_compute_product_standard_price' -
standard_priceFloatcompute='_compute_standard_price'digits='Product Price'help='Calculated with raw components cost divided by the BoM quantity.'string='BoM Unit Cost'tracking=True
-
set_product_standard_price(self)
New fields (4)
-
currency_idMany2onerelated='product_id.currency_id' -
standard_price_subtotalFloatcompute='_compute_standard_price_subtotal'string='Subtotal price' -
standard_price_subtotal_percentageFloatcompute='_compute_standard_price_subtotal_percentage'digits=(16, 3)string='Subtotal price %' -
standard_price_unitFloatcompute='_compute_standard_price_unit'
No public methods.
New fields (1)
-
standard_priceFloattracking=True
No public methods.