[IMP] web_widget_dropdown_dynamic: pre-commit stuff

This commit is contained in:
Goncalo Brito
2023-03-28 10:31:56 +02:00
committed by sonhd91
parent 5f1131d5f9
commit 76eb04aef8
2 changed files with 7 additions and 0 deletions

View File

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

View File

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