[IMP] rma_repair: black, isort, prettier

This commit is contained in:
Mateu Griful
2021-01-27 13:23:10 +01:00
parent 3ebe9e2d91
commit d956e0be58
3 changed files with 8 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
"category": "RMA",
"summary": "Links RMA with Repairs.",
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",
"website": "https://github.com/Eficent/stock-rma",
"website": "https://github.com/OCA/https://github.com/ForgeFlow/stock-rma",
"depends": ["rma_account", "repair_refurbish"],
"data": [
"views/rma_order_view.xml",

View File

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

View File

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