X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=58c0f6dec0b1cf89c64a20db89df6efba2ad2faa;hb=206e2aa0240f5bcabb756b76f756aa5978823475;hp=32797ca9e0c009bf9a66a04bca6503055926360f;hpb=56d88a13a435982205490206a2adbaa8e31b30df;p=burette%2Fbikecoop_demo.git diff --git a/__openerp__.py b/__openerp__.py index 32797ca..58c0f6d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -17,13 +17,19 @@ This module supplies demonstration data for the bikecoop module """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['bikecoop'], + 'depends': [ + 'bikecoop', + 'document', + 'portal_event', + ], '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', + 'demo/stock.xml', ], 'installable': True, 'auto_install': False,