From d402cdfd2488253476cf76aa633e72ee2e624fc1 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 28 May 2022 14:17:25 +0200 Subject: [PATCH] [FIX+IMP] Update dotfiles + switch to GH actions --- stock_request_mrp/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request_mrp/__manifest__.py b/stock_request_mrp/__manifest__.py index 9f5673c2f31a..39d50aa0dbc2 100644 --- a/stock_request_mrp/__manifest__.py +++ b/stock_request_mrp/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Manufacturing request for stock", "version": "13.0.1.0.0", "license": "LGPL-3", - "website": "https://github.com/stock-logistics-warehouse", + "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", "category": "Warehouse Management", "depends": ["stock_request", "mrp"],