[ADD] web_widget_char_size

This commit is contained in:
SimoRubi
2021-06-10 11:13:33 +02:00
parent ecf2a9b437
commit 2ab92a6f58
7 changed files with 71 additions and 0 deletions

View File

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

View File

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