[IMP] web_widget_ck_editor: pre-commit stuff

This commit is contained in:
Justine Doutreloux
2023-10-25 11:24:08 +02:00
parent 97e1bdbb46
commit 16199d63a2
4 changed files with 32 additions and 20 deletions

View File

@@ -0,0 +1 @@
../../../../web_widget_ckeditor

View File

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