X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=1181fa9e586b78b7f83e58d88a7ab9e35f77516c;hb=47003289108a8118efb7248e75216073923a2978;hp=8f9243682b54306a3de17f8529dd6f3fde306ce3;hpb=eb4374e2b2fe7628703ddb78537a3b7ac7c17c3b;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 8f92436..1181fa9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,20 +14,27 @@ This module is to configure modules related to a bike Co-op. ============================================================== -It installs the profile for bike co-ops to manage memberships, membership products (schemes), stock, accounting, etc. + It installs the profile for bike co-ops to manage some features like: + - a form to record contact informations for bikecoop users + - ... """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['point_of_sale'], + 'depends': [ + 'point_of_sale', + 'account_voucher', + 'account_accountant', + 'event', + 'purchase', + ], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', - 'demo/res_partner.xml', - 'demo/product.xml', - 'demo/point_of_sale.xml', + 'data/res_partner.xml', + 'data/bikecoop.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False, - 'certificate': '', 'images': [], }