[IMP] base_exception: pre-commit stuff

pull/2463/head
matiasperalta1 2022-11-16 16:52:37 -03:00
parent 20afc45747
commit 5fdc9a113f
2 changed files with 7 additions and 0 deletions

View File

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

View File

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