From: Ludovic CHEVALIER Date: Fri, 7 Dec 2012 12:29:45 +0000 (+0100) Subject: [Module] fix xml ref problem changing order of files to load X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop_demo.git;a=commitdiff_plain;h=7fadc99cc6bb5f8681f6145a3d85a6d3468a1269 [Module] fix xml ref problem changing order of files to load --- diff --git a/__openerp__.py b/__openerp__.py index 32797ca..9619ada 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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',