From 1545e588273db39bf5ebdc81f2f2fd98498ea871 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_inventory_verification_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_verification_request/__manifest__.py b/stock_inventory_verification_request/__manifest__.py index 75f7d4398..4115d4769 100644 --- a/stock_inventory_verification_request/__manifest__.py +++ b/stock_inventory_verification_request/__manifest__.py @@ -11,7 +11,7 @@ "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", - "category": "Warehouse Management", + "category": "Warehouse", "depends": [ "stock_inventory_discrepancy", "mail",