| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/16.0/mrp_bom_product_price_margin |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | GRAP - Custom |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Quentin Dupont, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/margin-analysis: - product_standard_margin odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_bom_sale_product_margin_form |
mrp.bom | xpath | Inherits mrp.mrp_bom_form_view | |
view_mrp_bom_tree |
mrp.bom | xpath | Inherits mrp.mrp_bom_tree_view |
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
set_product_standard_price(self)
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'
No public methods.
standard_price
Float
tracking=True
No public methods.