[module] +deps document, portal_event
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 13 Dec 2012 14:13:08 +0000 (15:13 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 13 Dec 2012 14:13:08 +0000 (15:13 +0100)
__openerp__.py

index cdb6428..7442397 100644 (file)
@@ -20,7 +20,13 @@ This module is to configure modules related to a bike Co-op.
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
-    'depends': ['point_of_sale','account_voucher','account_accountant'],
+    'depends': [
+        'point_of_sale',
+        'account_voucher',
+        'account_accountant',
+        'portal_event',
+        'document'
+    ],
     'update_xml': [
         'security/ir.model.access.csv',
         'data/base.xml',