From f43390f4eac79bfd9920246acc0e614d8719dd47 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Wed, 17 Mar 2021 11:03:41 +0100 Subject: [PATCH] [FIX] correct manifest website links --- mrp_production_grouped_by_product/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_production_grouped_by_product/__manifest__.py b/mrp_production_grouped_by_product/__manifest__.py index bfb6ba0e9..606028d22 100644 --- a/mrp_production_grouped_by_product/__manifest__.py +++ b/mrp_production_grouped_by_product/__manifest__.py @@ -8,7 +8,7 @@ "version": "13.0.1.0.0", "category": "MRP", "author": "Tecnativa, " "Odoo Community Association (OCA)", - "website": "https://github.com/oca/manufacture", + "website": "https://github.com/OCA/manufacture", "license": "AGPL-3", "depends": ["mrp"], "data": ["views/stock_picking_type_views.xml"],