X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=9a77690d5e9c3e20b2241cfb621a991bb95e0658;hb=8b1475eb35dce9e5c9e7b9beeaaaf1bd602398f6;hp=32797ca9e0c009bf9a66a04bca6503055926360f;hpb=56d88a13a435982205490206a2adbaa8e31b30df;p=burette%2Fbikecoop_demo.git diff --git a/__openerp__.py b/__openerp__.py index 32797ca..9a77690 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -19,11 +19,12 @@ 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', + 'demo/event.xml', ], 'installable': True, 'auto_install': False,