Repository
OCA/server-ux · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-ux
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, OCA-git-bot, oca-ci, Sabrina Martín
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
account_warn_option, purchase_warn_option, sale_warn_option
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 form 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…