From 97ee1f63995f04b6b1818f8e0c83babcd85c1f27 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_planned_order_matrix/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_planned_order_matrix/__manifest__.py b/mrp_planned_order_matrix/__manifest__.py index c2c70251f..82bc244ae 100644 --- a/mrp_planned_order_matrix/__manifest__.py +++ b/mrp_planned_order_matrix/__manifest__.py @@ -5,7 +5,7 @@ "summary": "Allows to create fixed planned orders on a grid view.", "version": "13.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", - "website": "https://github.com/OCA/stock-logistics-warehouse", + "website": "https://github.com/OCA/manufacture", "category": "Warehouse Management", "depends": ["mrp_multi_level", "web_widget_x2many_2d_matrix", "date_range"], "data": ["wizards/mrp_planned_order_wizard_view.xml"],