[Partner] -code ADEME. No such code field available in OpenERP 7 version.
[burette/bikecoop_demo.git] / __openerp__.py
index 011531b..58c0f6d 100644 (file)
     'category': 'Association',
     'complexity': "normal",
     'description': """
-This module is to having datas for bike Co-op module demonstration
-==================================================================
+This module supplies demonstration data for the bikecoop module
+===============================================================
 
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
-    'depends': ['bikecoop'],
+    'depends': [
+        'bikecoop',
+        'document',
+        'portal_event',
+    ],
     'update_xml': [
-        'demo/partner.xml',
         'demo/bikecoop.xml',
+        'demo/partner.xml',
         'demo/product.xml',
         'demo/account.xml',
         'demo/point_of_sale.xml',
+        'demo/event.xml',
+        'demo/stock.xml',
     ],
     'installable': True,
     'auto_install': False,