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 IDNameModelTypeStatus
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_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'
Public methods (0)

No public methods.

New fields (1)
  • production_warn_msg Text
    compute='_compute_production_warn_msg' string='Production Warning Message'
Public methods (0)

No public methods.