[IMP] base_sparse_field_list_support: pre-commit stuff

pull/2533/head
hda 2023-01-30 10:04:08 +01:00
parent 4716696fed
commit 96f09bbbae
2 changed files with 7 additions and 0 deletions

View File

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

View File

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