[REM] Removed useless argument causing problem in case of buggy load_state
[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, etc. are accessible if installed.
13     """,
14     "init_xml": [],
15     "update_xml": [
16         'tools_view.xml'
17     ],
18     "installable": True,
19     "certificate" : "00571588675379342237"
20 }
21
22 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: