From eb0877bb7b8a32c1480d1e07f7c417caa4e139db Mon Sep 17 00:00:00 2001 From: davidborromeo Date: Fri, 29 Jan 2021 10:24:50 +0100 Subject: [PATCH] [IMP] mrp_warehouse_calendar: black, isort, prettier --- mrp_warehouse_calendar/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],