[IMP] web_widget_domain_editor_dialog: pre-commit stuff--no-verify

pull/2758/head
Carlos Roca 2023-11-10 12:45:02 +01:00
parent fec974a084
commit 9faa5e939b
2 changed files with 7 additions and 0 deletions

View File

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

View File

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