diff --git a/rma_repair/__manifest__.py b/rma_repair/__manifest__.py index 73341db5..0a07350d 100644 --- a/rma_repair/__manifest__.py +++ b/rma_repair/__manifest__.py @@ -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", diff --git a/setup/rma_repair/odoo/addons/rma_repair b/setup/rma_repair/odoo/addons/rma_repair new file mode 120000 index 00000000..ecca5406 --- /dev/null +++ b/setup/rma_repair/odoo/addons/rma_repair @@ -0,0 +1 @@ +../../../../rma_repair \ No newline at end of file diff --git a/setup/rma_repair/setup.py b/setup/rma_repair/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/rma_repair/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)