| 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_dismantling |
| 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), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-warehouse: - stock_available_mrp - stock_available odoo/odoo: - mrp_byproduct - base - mrp - product - 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 |
|---|---|---|---|---|
mrp_bom_form_view |
mrp_bom_form | mrp.bom | xpath | Inherits mrp.mrp_bom_form_view |
mrp_bom_tree_view |
mrp_bom_tree | mrp.bom | field | Inherits mrp.mrp_bom_tree_view |
view_mrp_bom_dismantling_product_choice_wizard |
BOM Dismantling product choice | mrp.bom.dismantling_product_choice | form | New |
view_mrp_bom_filter |
mrp.bom.select | mrp.bom | field | Inherits mrp.view_mrp_bom_filter |
view_mrp_config |
mrp.config.settings | xpath | Inherits mrp.view_mrp_config | |
view_mrp_product_produce_wizard |
MRP Product Produce | mrp.product.produce | field | Inherits mrp.view_mrp_product_produce_wizard |
dismantled_product_id
Many2one → product.product
comodel_name='product.product'
string='Dismantled product'
dismantling
Boolean
default=False
string='Dismantling'
action_create_dismantling_bom(self)
create_dismantling_bom(self, main_component=None)
create_mrp_production(self)
bom_id
Many2one → mrp.bom
default=_get_bom_id
args: 'mrp.bom'
component_id
Many2one → product.product
domain=[('id', '=', False)]
required=True
args: 'product.product'
create_bom(self)
on_change_bom_id(self)
dismantling_product_choice
Selection
get_default_dismantling_product_choice(self, fields)
set_dismantling_product_choice(self)
move_lot_ids
One2many → mrp.product.produced.line
inverse_name='produce_id'
string='Products to produce lots'
args: 'mrp.product.produced.line'
do_produce(self)
on_change_product_id(self)
lot_id
Many2one → stock.production.lot
string='Lot'
args: 'stock.production.lot'
lot_required
Boolean
compute='_compute_lot_required'
move_id
Many2one → stock.move
required=True
args: 'stock.move'
produce_id
Many2one → mrp.product.produce
required=True
string='Produce'
args: 'mrp.product.produce'
product_id
Many2one → product.product
related='move_id.product_id'
args: 'product.product'
No public methods.
No new fields.
Public methods (1)action_view_bom(self, cr, uid, ids, context=None)
bom_count
Integer
compute='_bom_count'
string='# Bill of Material'
No public methods.
No new fields.
Public methods (1)action_consume(self, product_qty, location_id=False, restrict_lot_id=False, restrict_partner_id=False, consumed_for=False)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/9.0/mrp_bom_dismantling |
| 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), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Cyril Gaudin, lreficent |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp_byproduct - base - mrp - product - decimal_precision - base_setup - web_kanban - web - bus - report - procurement - stock_account - stock - barcodes - web_planner - account - analytic - web_tip - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_form_view |
mrp_bom_form | mrp.bom | xpath | Inherits mrp.mrp_bom_form_view |
mrp_bom_tree_view |
mrp_bom_tree | mrp.bom | field | Inherits mrp.mrp_bom_tree_view |
view_mrp_bom_dismantling_product_choice_wizard |
BOM Dismantling product choice | mrp.bom.dismantling_product_choice | form | New |
view_mrp_bom_filter |
mrp.bom.select | mrp.bom | field | Inherits mrp.view_mrp_bom_filter |
view_mrp_config |
mrp.config.settings | xpath | Inherits mrp.view_mrp_config | |
view_mrp_product_produce_wizard |
MRP Product Produce | mrp.product.produce | field | Inherits mrp.view_mrp_product_produce_wizard |
dismantled_product_id
Many2one → product.product
comodel_name='product.product'
string='Dismantled product'
dismantling
Boolean
default=False
string='Dismantling'
action_create_dismantling_bom(self)
create_dismantling_bom(self, main_component=None)
create_mrp_production(self)
bom_id
Many2one → mrp.bom
default=_get_bom_id
args: 'mrp.bom'
component_id
Many2one → product.product
domain=[('id', '=', False)]
required=True
args: 'product.product'
create_bom(self)
on_change_bom_id(self)
dismantling_product_choice
Selection
get_default_dismantling_product_choice(self, fields)
set_dismantling_product_choice(self)
move_lot_ids
One2many → mrp.product.produced.line
inverse_name='produce_id'
string='Products to produce lots'
args: 'mrp.product.produced.line'
do_produce(self)
on_change_product_id(self)
lot_id
Many2one → stock.production.lot
string='Lot'
args: 'stock.production.lot'
lot_required
Boolean
compute='_compute_lot_required'
move_id
Many2one → stock.move
required=True
args: 'stock.move'
produce_id
Many2one → mrp.product.produce
required=True
string='Produce'
args: 'mrp.product.produce'
product_id
Many2one → product.product
related='move_id.product_id'
args: 'product.product'
No public methods.
No new fields.
Public methods (1)action_view_bom(self, cr, uid, ids, context=None)
bom_count
Integer
compute='_bom_count'
string='# Bill of Material'
No public methods.
No new fields.
Public methods (1)action_consume(self, product_qty, location_id=False, restrict_lot_id=False, restrict_partner_id=False, consumed_for=False)