-db management button + fr_FR translation
[burette/no_db_management.git] / __openerp__.py
diff --git a/__openerp__.py b/__openerp__.py
new file mode 100644 (file)
index 0000000..584d789
--- /dev/null
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+{
+    'name': 'No databases management',
+    'category': 'Hidden',
+    'version': '0.1',
+    'description': """
+Use this module to remove manage databases button
+=================================================
+    """,
+    'author': 'L\'Heureux Cyclage',
+    'website': 'http://www.heureux-cyclage.org',
+    'depends': [
+        'web',
+    ],
+    'update_xml': [
+    ],
+    'qweb': [
+        'static/src/xml/base.xml',
+    ],
+    'auto_install': True
+}
+# -*- coding: utf-8 -*-