From db5775888b3bec3fd298821612652072775aeb4f Mon Sep 17 00:00:00 2001 From: Stephane Wirtel <stw@openerp.com> Date: Wed, 5 Oct 2011 16:58:22 +0200 Subject: [PATCH] [FIX] stock: set the right category bzr revid: stw@openerp.com-20111005145822-r0thbg86zt52lis3 --- addons/stock/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 94b9e10fe73b..5b1d392a5920 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -47,7 +47,7 @@ Thanks to the double entry management, the inventory controlling is powerful and "website" : "http://www.openerp.com", "images" : ["images/stock_forecast_report.png", "images/delivery_orders.jpeg", "images/inventory_analysis.jpeg","images/location.jpeg","images/moves_analysis.jpeg","images/physical_inventories.jpeg","images/warehouse_dashboard.jpeg"], "depends" : ["product", "account"], - "category" : "Knowledge Management", + "category" : "Warehouse Management", "init_xml" : [], "demo_xml" : ["stock_demo.xml"], "update_xml" : [ -- GitLab