[IMP] rma: black, isort, prettier

This commit is contained in:
Jasmin Solanki
2022-01-06 15:40:21 +05:30
parent 57ad73c4cb
commit 42bb9e4dcd
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,
)