From cf3b505dfead00023eaa10f0be7a9e343b125383 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 8 Jul 2015 09:20:21 +0500 Subject: [PATCH] [DOC] fix modules categories --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index 4d5b4a0..b58254e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -8,7 +8,7 @@ # Categories can be used to filter modules in modules listing # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml # for the full list - 'category': 'Base', + 'category': 'Tools', 'version': '1.0.0', # any module necessary for this one to work correctly