From 1a1eee7d9dbab7987d2148a9727fc871fdc9bd65 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 6 Nov 2019 17:21:12 +0100 Subject: [PATCH] [IMP] category: 'Warehouse Management' -> 'Warehouse' To appear in OCA shop in the good category. --- stock_request_picking_type/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index e628f01cb..16023e3d4 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -9,7 +9,7 @@ 'website': 'https://github.com/stock-logistics-warehouse', 'author': 'Open Source Integrators, ' 'Odoo Community Association (OCA)', - 'category': 'Warehouse Management', + 'category': 'Warehouse', 'depends': [ 'stock_request_submit', ],