TIP: You can type at any time to perform a new search.
MRP BOM Warn Message OCA
mrp_bom_warn_message_oca · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- MRP
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:42:53
- Authors
- Odoo Community Association (OCA), Sygel Technology S.L.
- Maintainers
- Odoo Community Association (OCA), Sygel Technology S.L.
- Committers
- sygel, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to configure a warning on manufacturing orders when a bill of materials is selected
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_form_view_warn_inherit |
mrp.bom.form.warn.inherit | mrp.bom | form | Inherits mrp.mrp_bom_form_view |
mrp_production_form_view_warn_inherit |
mrp.production.form.warn.inherit | mrp.production | form | Inherits mrp.mrp_production_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
production_warnSelectiondefault='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=Trueselection=[('no-message', 'No Message'), ('warning', 'Warning')]string='Production Warnings' -
production_warn_msgTextstring='Message for Production Warn'
No public methods.
New fields (1)
-
production_warn_msgTextcompute='_compute_production_warn_msg'string='Production Warning Message'
No public methods.