[Module] fix xml ref problem changing order of files to load
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 7 Dec 2012 12:29:45 +0000 (13:29 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 7 Dec 2012 12:29:45 +0000 (13:29 +0100)
__openerp__.py

index 32797ca..9619ada 100644 (file)
@@ -19,8 +19,8 @@ This module supplies demonstration data for the bikecoop module
     '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',