| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/17.0/mrp_component_operation_scrap_reason |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Manufacturing/Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/manufacture: - mrp_component_operation OCA/stock-logistics-warehouse: - scrap_reason_code OCA/stock-logistics-workflow: - stock_restrict_lot odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to pass a reason to scrap with MRP component operation (glue module). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_component_operate_form_scrap_reason |
view_mrp_component_operate_form_scrap_reason | mrp.component.operate | field | Inherits mrp_component_operation.view_mrp_component_operate_form |
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
scrap_reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
string='Scrap Reason Code'
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/14.0/mrp_component_operation_scrap_reason |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Manufacturing/Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/manufacture: - mrp_component_operation OCA/stock-logistics-warehouse: - scrap_reason_code OCA/stock-logistics-workflow: - stock_move_forced_lot odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_component_operate_form_scrap_reason |
view_mrp_component_operate_form_scrap_reason | mrp.component.operate | field | Inherits mrp_component_operation.view_mrp_component_operate_form |
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
scrap_reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
string='Scrap Reason Code'
No public methods.