From 7fadc99cc6bb5f8681f6145a3d85a6d3468a1269 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 7 Dec 2012 13:29:45 +0100 Subject: [PATCH] [Module] fix xml ref problem changing order of files to load --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1