[Module] fix xml ref problem changing order of files to load
[burette/bikecoop_demo.git] / __openerp__.py
index 011531b..9619ada 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'],
     'update_xml': [
-        'demo/partner.xml',
         'demo/bikecoop.xml',
+        'demo/partner.xml',
         'demo/product.xml',
         'demo/account.xml',
         'demo/point_of_sale.xml',