From 2186e18291849ced8063bbe5578fef49d9346542 Mon Sep 17 00:00:00 2001 From: Mateu Griful Date: Wed, 6 Oct 2021 12:27:46 +0200 Subject: [PATCH] Fix Pre-commit Websites --- rma_account/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_account/__manifest__.py b/rma_account/__manifest__.py index 602c560e..d15e1694 100644 --- a/rma_account/__manifest__.py +++ b/rma_account/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Integrates RMA with Invoice Processing", "author": "ForgeFlow", - "website": "https://github.com/OCA/https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/ForgeFlow/stock-rma", "depends": ["stock_account", "rma"], "data": [ "security/ir.model.access.csv",