From bdc5b842f889a9b2c68af0557fdffc2e8dd3ef9c Mon Sep 17 00:00:00 2001 From: Simone Rubino Date: Mon, 20 Jun 2022 10:24:30 +0200 Subject: [PATCH] [FIX] stock_request: Website URL --- stock_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 9f0cf3994..1f5b548cb 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Internal request for stock", "version": "12.0.1.5.0", "license": "LGPL-3", - "website": "https://github.com/stock-logistics-warehouse", + "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Eficent, " "Odoo Community Association (OCA)", "category": "Warehouse",