Base Warn Option

base_warn_option
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/18.0/base_warn_option
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Sabrina Martín
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of blocking messages to support more consistency
between messages and to allow you to set a blocking message quickly.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.base.warn.options res.config.settings xpath Inherits base_setup.res_config_settings_view_form
warn_option_form warn.option.form warn.option form New
warn_option_search warn.option.search warn.option search New
warn_option_tree warn.option.list warn.option list New
Models touched (1)

New fields (4)
  • active Boolean
    default=True
  • allowed_warning_type Selection
    help='If no option is selected, the message is valid for both warning messages and blocking messages' selection=[('warning', 'Warning'), ('block', 'Block')]
  • allowed_warning_usage Selection
    default='all' help='Allows to choose where the message can be selected' required=True selection=[('all', 'All')]
  • name Text
    help='This text will be the warning message.' required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/15.0/base_warn_option
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, oca-ci, Eduardo De Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:00:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of blocking messages to support more consistency
between messages and to allow you to set a blocking message quickly.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.base.warn.options res.config.settings xpath Inherits base_setup.res_config_settings_view_form
warn_option_form warn.option.form warn.option form New
warn_option_search warn.option.search warn.option search New
warn_option_tree warn.option.tree warn.option tree New
Models touched (1)

New fields (4)
  • active Boolean
    default=True
  • allowed_warning_type Selection
    help='Choose the type of warning message' selection=[('warning', 'Warning'), ('block', 'Block')]
  • allowed_warning_usage Selection
    default='all' help='Allows to choose where the message can be selected' required=True selection=[('all', 'All')]
  • name Text
    help='This text will be the warning message.' required=True
Public methods (0)

No public methods.