From 8fa472efd12a8816dfa296a38ba48a08337cad6e Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Sun, 12 Aug 2012 18:02:18 +0200 Subject: [PATCH] Commit initial --- __openerp__.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 __openerp__.py diff --git a/__openerp__.py b/__openerp__.py new file mode 100644 index 0000000..af8d073 --- /dev/null +++ b/__openerp__.py @@ -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': [], +} -- 2.20.1