X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=9a77690d5e9c3e20b2241cfb621a991bb95e0658;hb=8b1475eb35dce9e5c9e7b9beeaaaf1bd602398f6;hp=011531b18c04361bc2c87327bc56e98571ecf4f0;hpb=51187c28f2042c615ec4dcab26cae73f834e2d1d;p=burette%2Fbikecoop_demo.git diff --git a/__openerp__.py b/__openerp__.py index 011531b..9a77690 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -11,19 +11,20 @@ 'category': 'Association', 'complexity': "normal", 'description': """ -This module is to having datas for bike Co-op module demonstration -================================================================== +This module supplies demonstration data for the bikecoop module +=============================================================== """, 'author': 'L\'Heureux Cyclage', '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,