[IMP] iap_alternative_provider: pre-commit stuff

pull/2504/head
FernandoRomera 2022-12-19 09:17:41 +01:00
parent 31d45f96b9
commit 116bc4ae8c
2 changed files with 7 additions and 0 deletions

View File

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

View File

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