[IMP]Update __openerp__.py for all modules
[odoo/odoo.git] / addons / base_tools / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     'name': 'Base Tools',
4     'author': 'OpenERP SA',
5     'version': '1.0',
6     'depends': ['base'],
7     'category' : 'Hidden/Dependency',
8     'description': """
9 Common base for tools modules.
10 ==============================
11
12 Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed.
13     """,
14     'data': [
15         'tools_view.xml'
16     ],
17     'installable': True,
18     'certificate' : '00571588675379342237'
19 }
20
21 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: