[MERGE] merge with main trunk-payroll branch
[odoo/odoo.git] / addons / base_tools / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name": "Common base for tools modules",
4     "author": "OpenERP SA",
5     "version": "1.0",
6     "depends": ["base"],
7     "category" : "Tools",
8     'description': """
9     """,
10     "init_xml": [],
11     "update_xml": [
12         'tools_view.xml'
13     ],
14     "installable": True,
15     "certificate" : "00571588675379342237"
16 }