[IMP] rma: pre-commit stuff

This commit is contained in:
Pedro M. Baeza
2023-08-24 09:53:47 +02:00
parent 160dd58ee1
commit c093db19ec
2 changed files with 7 additions and 0 deletions

1
setup/rma/odoo/addons/rma Symbolic link
View File

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

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

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