From fb81fca1f4f445c2df3684a30566dc5429828af9 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 --- base_repair/__manifest__.py | 2 +- mrp_planned_order_matrix/__manifest__.py | 2 +- mrp_production_grouped_by_product/__manifest__.py | 2 +- mrp_sale_info/__manifest__.py | 2 +- mrp_warehouse_calendar/__manifest__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base_repair/__manifest__.py b/base_repair/__manifest__.py index b5050e483..6c7e8a00f 100644 --- a/base_repair/__manifest__.py +++ b/base_repair/__manifest__.py @@ -11,7 +11,7 @@ "author": "Escodoo, Agile Business Group, Odoo Community Association (OCA)", "maintainers": ["marcelsavegnago"], "images": ["static/description/banner.png"], - "website": "https://github.com/oca/manufacture", + "website": "https://github.com/OCA/manufacture", "category": "Manufacturing", "depends": ["repair"], "data": ["views/repair_order.xml"], 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"], 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"], diff --git a/mrp_sale_info/__manifest__.py b/mrp_sale_info/__manifest__.py index 2c2574a1e..3772d1125 100644 --- a/mrp_sale_info/__manifest__.py +++ b/mrp_sale_info/__manifest__.py @@ -7,7 +7,7 @@ "summary": "Adds sale information to Manufacturing models", "version": "13.0.1.0.0", "category": "Manufacturing", - "website": "https://github.com/oca/manufacture", + "website": "https://github.com/OCA/manufacture", "author": "AvanzOSC, " "Tecnativa, " "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, diff --git a/mrp_warehouse_calendar/__manifest__.py b/mrp_warehouse_calendar/__manifest__.py index 4c0164a46..94fa1f19f 100644 --- a/mrp_warehouse_calendar/__manifest__.py +++ b/mrp_warehouse_calendar/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Considers the warehouse calendars in manufacturing", "version": "13.0.1.0.0", "license": "LGPL-3", - "website": "https://github.com/manufacture", + "website": "https://github.com/OCA/manufacture", "author": "ForgeFlow, Odoo Community Association (OCA)", "category": "Manufacturing", "depends": ["mrp", "stock_warehouse_calendar"],