TIP: You can type at any time to perform a new search.
Web editor class selector
web_editor_class_selector · OCA/web
- Repository
- OCA/web · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/web
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows users to create custom CSS class records, which can then be selected and applied directly in the HTML editor. Note: The actual CSS file containing the class definitions is not provided by this module and must be loaded in a custom module.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_web_editor_class_form |
view.web.editor.class.form | web.editor.class | form | New |
view_web_editor_class_search |
view.web.editor.class.search | web.editor.class | search | New |
view_web_editor_class_tree |
view.web.editor.class.list | web.editor.class | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (4)
-
activeBooleandefault=True -
class_nameCharhelp='The class name to be added to the tag. It must be created in the CSS file.'required=True -
nameCharrequired=True -
sequenceIntegerdefault=10
No public methods.
Loading…
Loading…
Loading…