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
odoo/odoo:
- bus
- web
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 IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • class_name Char
    help='The class name to be added to the tag. It must be created in the CSS file.' required=True
  • name Char
    required=True
  • sequence Integer
    default=10
Public methods (0)

No public methods.

Loading…

Loading…

Loading…