Commit initial
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sun, 12 Aug 2012 16:02:18 +0000 (18:02 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sun, 12 Aug 2012 16:02:18 +0000 (18:02 +0200)
__openerp__.py [new file with mode: 0644]

diff --git a/__openerp__.py b/__openerp__.py
new file mode 100644 (file)
index 0000000..af8d073
--- /dev/null
@@ -0,0 +1,27 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+#
+##############################################################################
+
+
+{
+    'name': 'Bike Co-ops Management french specificities',
+    'version': '0.1',
+    'category': 'Association',
+    'complexity': "normal",
+    'description': """
+This module is to configure add french spepcifitities to modules related to a bike Co-op.
+=========================================================================================
+    """,
+    'author': 'L\'Heureux Cyclage',
+    'website': 'http://www.heureux-cyclage.org',
+    'depends': ['bikecoop'],
+    'update_xml': [
+        'demo/plan_comptable_general.xml',
+    ],
+    'installable': True,
+    'auto_install': False,
+    'certificate': '',
+    'images': [],
+}