[IMP] stock_exception: pre-commit execution

This commit is contained in:
mav-adhoc
2024-03-18 16:24:35 -03:00
parent 486f1f42cc
commit 045f76fdd4
2 changed files with 7 additions and 0 deletions

View File

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

View File

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