| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/18.0/base_warn_option |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Sabrina Martín |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-ux |
| GIT | |
| GIT | https://github.com/OCA/server-ux.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-ux/tree/15.0/base_warn_option |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, oca-ci, Eduardo De Miguel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-ux |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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
No public methods.