| 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_bom_warn_message_oca |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | MRP |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel Technology S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel Technology S.L. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, sygel |
| 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 | This module allows to configure a warning on manufacturing orders when a bill of materials is selected |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_form_view_warn_inherit |
mrp.bom.form.warn.inherit | mrp.bom | xpath | Inherits mrp.mrp_bom_form_view |
mrp_production_form_view_warn_inherit |
mrp.production.form.warn.inherit | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
production_warn
Selection
default='no-message'
help='\n Selecting the "Warning" option will notify user with the message.\n The Message has to be written in the next field.\n '
required=True
selection=[('no-message', 'No Message'), ('warning', 'Warning')]
string='Production Warnings'
production_warn_msg
Text
string='Message for Production Warn'
No public methods.
production_warn_msg
Text
compute='_compute_production_warn_msg'
string='Production Warning Message'
No public methods.