mirror of https://github.com/OCA/web.git
18 lines
647 B
Python
18 lines
647 B
Python
# 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"],
|
|
}
|