TIP: You can type at any time to perform a new search.
Base Warn Option
base_warn_option · OCA/server-ux
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
activeBooleandefault=True -
allowed_warning_typeSelectionhelp='If no option is selected, the message is valid for both warning messages and blocking messages'selection=[('warning', 'Warning'), ('block', 'Block')] -
allowed_warning_usageSelectiondefault='all'help='Allows to choose where the message can be selected'required=Trueselection=[('all', 'All')] -
nameTexthelp='This text will be the warning message.'required=True
No public methods.
Loading…