[IMP] web_domain_field: pre-commit stuff

pull/2356/head
arulbalamurugan 2022-12-05 17:10:21 +05:30
parent 53846ebb22
commit edd35b3847
2 changed files with 7 additions and 0 deletions

View File

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

View File

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