[IMP] rma_scrap: pre-commit stuff

This commit is contained in:
SergiCForgeFlow
2023-06-20 09:11:37 +02:00
parent 0f59a8048f
commit 1fe576ba61
2 changed files with 7 additions and 0 deletions

View File

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

6
setup/rma_scrap/setup.py Normal file
View File

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