From 0a13de623dfcee4bfca1473a524b7b582568a401 Mon Sep 17 00:00:00 2001 From: Bhavesh Odedra Date: Fri, 24 May 2019 13:28:54 +0530 Subject: [PATCH] [SET] Correct website URL for RMA modules --- rma_repair/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_repair/__manifest__.py b/rma_repair/__manifest__.py index d69d5705..399bbaeb 100644 --- a/rma_repair/__manifest__.py +++ b/rma_repair/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Links RMA with Repairs.", "author": "Eficent, Odoo Community Association (OCA)", - "website": "http://www.github.com/OCA/rma", + "website": "https://github.com/Eficent/stock-rma", "depends": [ "rma_account", "repair_refurbish"