| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/12.0/mrp_bom_comparison |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ABF OSIELL |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ABF OSIELL |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, oca-travis, Weblate, OCA-git-bot, Adrià Gil Sorribes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - stock - barcodes - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_mrp_bom_comparison |
report_mrp_bom_comparison | ir.ui.view | qweb | New |
view_wizard_bom_comparison_form |
Compare Bill of Materials | wizard.mrp.bom.comparison | form | New |
bom1_id
Many2one → mrp.bom
domain=_func_domain_bom_id
required=True
args: 'mrp.bom', 'BoM v1'
bom2_id
Many2one → mrp.bom
domain=_func_domain_bom_id
required=True
args: 'mrp.bom', 'BoM v2'
line_added_ids
One2many → wizard.mrp.bom.comparison.line
domain=[('state', '=', 'added')]
args: 'wizard.mrp.bom.comparison.line', 'wiz_id', 'Products added'
line_changed_ids
One2many → wizard.mrp.bom.comparison.line
domain=[('state', '=', 'changed')]
args: 'wizard.mrp.bom.comparison.line', 'wiz_id', 'Products updated'
line_ids
One2many → wizard.mrp.bom.comparison.line
line_removed_ids
One2many → wizard.mrp.bom.comparison.line
domain=[('state', '=', 'removed')]
args: 'wizard.mrp.bom.comparison.line', 'wiz_id', 'Products removed'
total_qty
Float
compute='_compute_total_qty'
digits=dp.get_precision('Product Unit of Measure')
args: 'Total qty'
default_get(self, fields_list)
run(self)
bom1_qty
Float
digits=dp.get_precision('Product Unit of Measure')
args: 'v1-Qty'
bom2_qty
Float
digits=dp.get_precision('Product Unit of Measure')
args: 'v2-Qty'
diff_qty
Float
digits=dp.get_precision('Product Unit of Measure')
args: 'Qty gap'
product_id
Many2one → product.product
state
Selection
wiz_id
Many2one → wizard.mrp.bom.comparison
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/10.0/mrp_bom_comparison |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ABF OSIELL |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ABF OSIELL |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, OCA-git-bot, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - stock - procurement - barcodes - web_planner - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_mrp_bom_comparison |
report_mrp_bom_comparison | ir.ui.view | qweb | New |
view_wizard_bom_comparison_form |
Compare Bill of Materials | wizard.mrp.bom.comparison | form | New |
bom1_id
Many2one → mrp.bom
domain=_func_domain_bom_id
required=True
args: 'mrp.bom', 'BoM v1'
bom2_id
Many2one → mrp.bom
domain=_func_domain_bom_id
required=True
args: 'mrp.bom', 'BoM v2'
line_added_ids
One2many → wizard.mrp.bom.comparison.line
domain=[('state', '=', 'added')]
args: 'wizard.mrp.bom.comparison.line', 'wiz_id', 'Products added'
line_changed_ids
One2many → wizard.mrp.bom.comparison.line
domain=[('state', '=', 'changed')]
args: 'wizard.mrp.bom.comparison.line', 'wiz_id', 'Products updated'
line_ids
One2many → wizard.mrp.bom.comparison.line
line_removed_ids
One2many → wizard.mrp.bom.comparison.line
domain=[('state', '=', 'removed')]
args: 'wizard.mrp.bom.comparison.line', 'wiz_id', 'Products removed'
total_qty
Float
compute='_compute_total_qty'
digits=dp.get_precision('Product Unit of Measure')
args: 'Total qty'
default_get(self, fields_list)
run(self)
bom1_qty
Float
digits=dp.get_precision('Product Unit of Measure')
args: 'v1-Qty'
bom2_qty
Float
digits=dp.get_precision('Product Unit of Measure')
args: 'v2-Qty'
diff_qty
Float
digits=dp.get_precision('Product Unit of Measure')
args: 'Qty gap'
product_id
Many2one → product.product
state
Selection
wiz_id
Many2one → wizard.mrp.bom.comparison
No public methods.