From b9dbb9c68163805fe919f1b55b52174a14acf63b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 8 Mar 2023 11:00:15 +0700 Subject: add web widget ckeditor --- web_widget_ckeditor/__manifest__.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 web_widget_ckeditor/__manifest__.py (limited to 'web_widget_ckeditor/__manifest__.py') diff --git a/web_widget_ckeditor/__manifest__.py b/web_widget_ckeditor/__manifest__.py new file mode 100644 index 0000000..66de2c0 --- /dev/null +++ b/web_widget_ckeditor/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2018 Therp BV +# Copyright 2021 Camptocamp SA (https://www.camptocamp.com). +# @author Iván Todorovich +# 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"], +} -- cgit v1.2.3