summaryrefslogtreecommitdiff
path: root/web_widget_ckeditor/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'web_widget_ckeditor/__manifest__.py')
-rw-r--r--web_widget_ckeditor/__manifest__.py17
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"],
+}