X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=58c0f6dec0b1cf89c64a20db89df6efba2ad2faa;hb=206e2aa0240f5bcabb756b76f756aa5978823475;hp=9619adae5227935ffe3be2a453414e955928f7f5;hpb=7fadc99cc6bb5f8681f6145a3d85a6d3468a1269;p=burette%2Fbikecoop_demo.git diff --git a/__openerp__.py b/__openerp__.py index 9619ada..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/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,