[MIG] web_widget_ckeditor: Migration to 14.0

Renamed module name from web_ckeditor4 to web_widget_ckeditor.
It now uses CKEditor5.
This commit is contained in:
Ivàn Todorovich
2021-11-15 12:38:14 -03:00
parent 6f0b6b3969
commit 7e840e83ff
456 changed files with 9715 additions and 11208 deletions

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)