From eb92d448034b374b100b0af6605c21cb89c147dc 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_sale/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index 2cdb6fee..f680b783 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Links RMA with Sales Orders", "author": "ForgeFlow, 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", "sale_stock"], "data": [ "security/ir.model.access.csv",