| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/18.0/mrp_package_propagation |
| 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 | Akim Juillerat, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - html_editor - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Allow to propagate a package from a component to a finished product. This is useful for instance if you want to keep the box of one of the component (which could have already a label stuck on it) for your finished product. Two constraints: - the component quantity has to be 1 unit - the manufacturing order has to produce exactly the BoM quantity This is to ensure we get only one package reserved for the given component. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_form_view |
mrp.bom.form.inherit | mrp.bom | field | Inherits mrp.mrp_bom_form_view |
mrp_production_form_view |
mrp.production.form.inherit | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
display_package_propagation
Boolean
compute='_compute_display_package_propagation'
package_propagation
Boolean
default=False
help='Allow to propagate the package from a component to the finished product.'
onchange_display_package_propagation(self)
display_propagate_package
Boolean
compute='_compute_display_propagate_package'
propagate_package
Boolean
No public methods.
is_package_propagated
Boolean
default=False
help='Package is propagated from a component to the finished product.'
readonly=True
string='Is package propagated?'
propagated_package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
compute='_compute_propagated_package_id'
help='The BoM used on this manufacturing order is set to propagate package from one of its components. The value will be computed once the corresponding component is selected.'
string='Propagated package'
action_confirm(self)
propagate_package
Boolean
default=False
readonly=True
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_package_propagation |
| VERSION | |
| VERSION | 1.1.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 | Sébastien Alix, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - digest - portal - web_editor - http_routing - auth_signup - 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.inherit | mrp.bom | field | Inherits mrp.mrp_bom_form_view |
mrp_production_form_view |
mrp.production.form.inherit | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
display_package_propagation
Boolean
compute='_compute_display_package_propagation'
package_propagation
Boolean
default=False
help='Allow to propagate the package from a component to the finished product.'
onchange_display_package_propagation(self)
display_propagate_package
Boolean
compute='_compute_display_propagate_package'
propagate_package
Boolean
default=False
No public methods.
is_package_propagated
Boolean
default=False
help='Package is propagated from a component to the finished product.'
readonly=True
string='Is package propagated?'
propagated_package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
compute='_compute_propagated_package_id'
help='The BoM used on this manufacturing order is set to propagate package from one of its components. The value will be computed once the corresponding component is selected.'
string='Propagated package'
action_confirm(self)
propagate_package
Boolean
default=False
readonly=True
No public methods.