[MODULE] ~maj copyright
[burette/bikecoop_l10n_fr.git] / __openerp__.py
index 1578661..8fe44a3 100644 (file)
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    bikecoop l10n fr module for OpenERP, French localisation module for bike coop'
-#    Copyright (C) 2012-2013 L'Heureux Cyclage (<http://www.heureux-cyclage.org>)
+#    Copyright (C) 2012-2016 L'Heureux Cyclage (<http://www.heureux-cyclage.org>)
 #
 #    This file is a part of bikecoop_l10n_fr
 #
@@ -32,13 +32,21 @@ 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','l10n_fr','remembership'],
+    'depends': [
+        'bikecoop',
+        'l10n_fr',
+        'pos_membership',
+    ],
     'update_xml': [
         'data/res_users.xml',
         'data/bikecoop_l10n_fr.xml',
         'data/plan_comptable_general.xml',
         'data/fr_tax.xml',
+        'security/ir.model.access.csv',
+        'security/groups.xml',
+        'view/account.xml',
         'view/bikecoop.xml',
+        'view/point_of_sale.xml',
         'view/profile_association.xml',
     ],
     'installable': True,