Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
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.

View File

@@ -0,0 +1,2 @@
Add support to apply class to any element (currently, only span is
supported)

View File

@@ -0,0 +1,6 @@
- Go to Settings \> Technical \> User Interface \> Web editor Class.
- Create and name your custom CSS classes.
- Go to any model with an HTML field (e.g., Settings \> Users \>
Preferences \> Signature).
- In the HTML editor, select any content block.
- Choose from the available CSS classes to apply the desired styling.