diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-08 11:04:08 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-08 11:04:08 +0700 |
| commit | 870a9a59efefb7ce6ff2f9dc2b952416247a9953 (patch) | |
| tree | 5d4d92fba0a70d92fd45ec173662fc71beb68c73 /web_widget_ckeditor/__manifest__.py | |
| parent | aefbbe76d0cb228d6928180991f59829d3ef2139 (diff) | |
add widget ckeditor
Diffstat (limited to 'web_widget_ckeditor/__manifest__.py')
| -rw-r--r-- | web_widget_ckeditor/__manifest__.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web_widget_ckeditor/__manifest__.py b/web_widget_ckeditor/__manifest__.py new file mode 100644 index 00000000..66de2c0f --- /dev/null +++ b/web_widget_ckeditor/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2018 Therp BV <https://therp.nl> +# Copyright 2021 Camptocamp SA (https://www.camptocamp.com). +# @author Iván Todorovich <ivan.todorovich@camptocamp.com> +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "CKEditor Widget", + "summary": "Provides a widget for editing HTML fields using CKEditor", + "version": "14.0.1.0.2", + "author": "Therp BV, Camptocamp SA, Odoo Community Association (OCA)", + "maintainers": ["ivantodorovich"], + "website": "https://github.com/OCA/web", + "category": "Web", + "license": "AGPL-3", + "depends": ["web_editor"], + "data": ["templates/assets.xml"], +} |
