[IMP] rma: black, isort, prettier

This commit is contained in:
Chafique
2021-06-06 19:21:31 +02:00
parent aa59e0263c
commit a4f201a8ca
17 changed files with 216 additions and 94 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,
)