X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=28c20c2d22be1f604a153f35728544895a09a2fb;hb=9980f3e4a44f86bdd6dcf5b896ad7b1bf8fd9898;hp=7cd0306c3cbfb50a0f82108fd6fe77d0f88dd82d;hpb=12fe9ec1be9a376b9663e6c7344bdaa4c0006ece;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 7cd0306..28c20c2 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,20 +14,28 @@ 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','account_voucher','account_accountant'], + 'depends': [ + 'point_of_sale', + 'account_voucher', + 'account_accountant', + 'portal_event', + 'document', + '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': [], }