-db management button + fr_FR translation
[burette/no_db_management.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2 {
3 'name': 'No databases management',
4 'category': 'Hidden',
5 'version': '0.1',
6 'description': """
7 Use this module to remove manage databases button
8 =================================================
9 """,
10 'author': 'L\'Heureux Cyclage',
11 'website': 'http://www.heureux-cyclage.org',
12 'depends': [
13 'web',
14 ],
15 'update_xml': [
16 ],
17 'qweb': [
18 'static/src/xml/base.xml',
19 ],
20 'auto_install': True
21 }
22 # -*- coding: utf-8 -*-