From 85b1f56e106c99b6529d4eacbb93078a77f90e2f 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_purchase/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_purchase/__manifest__.py b/rma_purchase/__manifest__.py index b355b907..c691c16f 100644 --- a/rma_purchase/__manifest__.py +++ b/rma_purchase/__manifest__.py @@ -8,7 +8,7 @@ "summary": "RMA from PO", "license": "LGPL-3", "author": "Eficent, Odoo Community Association (OCA)", - "website": "https://github.com/OCA/https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/ForgeFlow/stock-rma", "depends": ["rma_account", "purchase"], "data": [ "wizards/rma_order_line_make_purchase_order_view.xml",