# -*- encoding: utf-8 -*- { 'name': 'Base Tools', 'author': 'OpenERP SA', 'version': '1.0', 'depends': ['base'], 'category' : 'Hidden/Dependency', 'description': """ Common base for tools modules. ============================== Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed. """, 'data': [ 'tools_view.xml' ], 'installable': True, 'certificate' : '00571588675379342237' } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: