[associate_members] avoid associating to self
[burette/bikecoop_l10n_fr.git] / __openerp__.py
index af8d073..465c5fd 100644 (file)
@@ -16,12 +16,15 @@ This module is to configure add french spepcifitities to modules related to a bi
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
-    'depends': ['bikecoop'],
+    'depends': ['bikecoop','l10n_fr','remembership'],
     'update_xml': [
-        'demo/plan_comptable_general.xml',
+        'data/res_users.xml',
+        'data/bikecoop_l10n_fr.xml',
+        'data/plan_comptable_general.xml',
+        'view/bikecoop.xml',
+        'view/profile_association.xml',
     ],
     'installable': True,
     'auto_install': False,
-    'certificate': '',
     'images': [],
 }