[module] -dependance association
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 14 Sep 2012 13:19:02 +0000 (15:19 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 14 Sep 2012 13:19:02 +0000 (15:19 +0200)
Le module association n'est pas installable via un autre module.

__openerp__.py

index 2fb1a0c..35cac3b 100644 (file)
@@ -18,7 +18,7 @@ It installs the profile for bike co-ops to manage memberships, membership produc
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
-    'depends': ['base','point_of_sale','account_voucher','account_accountant','association'],
+    'depends': ['base','point_of_sale','account_voucher','account_accountant'],
     'update_xml': [
         'security/ir.model.access.csv',
         'data/base.xml',