MRP BOM Warn Message OCA

mrp_bom_warn_message_oca
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/18.0/mrp_bom_warn_message_oca
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMRP
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel Technology S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel Technology S.L.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, sygel
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
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.