diff --git a/README.md b/README.md index 71a43ac9c..d7f41b3c9 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ addon | version | maintainers | summary [web_dialog_size](web_dialog_size/) | 16.0.1.0.1 | | A module that lets the user expand a dialog box to the full screen width. [web_disable_export_group](web_disable_export_group/) | 16.0.1.0.0 | | Web Disable Export Group [web_domain_field](web_domain_field/) | 16.0.1.0.1 | | Use computed field as domain +[web_editor_class_selector](web_editor_class_selector/) | 16.0.1.0.0 | | Web editor class selector [web_environment_ribbon](web_environment_ribbon/) | 16.0.1.0.0 | | Web Environment Ribbon [web_field_numeric_formatting](web_field_numeric_formatting/) | 16.0.1.0.0 | | Allow to render float and integer fields without thousands separator [web_field_tooltip](web_field_tooltip/) | 16.0.1.1.0 | | Displays customizable tooltips for fields diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2f41eec62..16593f06e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240829.0 \ No newline at end of file +16.0.20240926.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d53171fe5..c91ffffa6 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -21,6 +21,7 @@ setuptools.setup( 'odoo-addon-web_dialog_size>=16.0dev,<16.1dev', 'odoo-addon-web_disable_export_group>=16.0dev,<16.1dev', 'odoo-addon-web_domain_field>=16.0dev,<16.1dev', + 'odoo-addon-web_editor_class_selector>=16.0dev,<16.1dev', 'odoo-addon-web_environment_ribbon>=16.0dev,<16.1dev', 'odoo-addon-web_field_numeric_formatting>=16.0dev,<16.1dev', 'odoo-addon-web_field_tooltip>=16.0dev,<16.1dev', diff --git a/web_editor_class_selector/README.rst b/web_editor_class_selector/README.rst index 557772afe..bb3893eae 100644 --- a/web_editor_class_selector/README.rst +++ b/web_editor_class_selector/README.rst @@ -7,7 +7,7 @@ Web editor class selector !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:519b892f6dfb515ada002bc115cddb3c321b017022ab87e2a93a4be36865bb84 + !! source digest: sha256:0b173bde20d95cf982412df8921a0d22a3ba660d940a9ec53c846f5cfa2cbb0a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_editor_class_selector/static/description/icon.png b/web_editor_class_selector/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/web_editor_class_selector/static/description/icon.png differ diff --git a/web_editor_class_selector/static/description/index.html b/web_editor_class_selector/static/description/index.html index f2f96bca7..bd8b8b9e3 100644 --- a/web_editor_class_selector/static/description/index.html +++ b/web_editor_class_selector/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:519b892f6dfb515ada002bc115cddb3c321b017022ab87e2a93a4be36865bb84 +!! source digest: sha256:0b173bde20d95cf982412df8921a0d22a3ba660d940a9ec53c846f5cfa2cbb0a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module allows users to create custom CSS class records, which can then be selected and applied directly in the HTML editor.