From: Ludovic CHEVALIER Date: Sun, 12 Aug 2012 16:02:18 +0000 (+0200) Subject: Commit initial X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr.git;a=commitdiff_plain;h=8fa472efd12a8816dfa296a38ba48a08337cad6e Commit initial --- 8fa472efd12a8816dfa296a38ba48a08337cad6e 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': [], +}