X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=1181fa9e586b78b7f83e58d88a7ab9e35f77516c;hb=9e5744e5a527707c68bd407c42817b1d11f05bd6;hp=5eb99c823cadfe8f34b94c7abe2a1bee1865a73c;hpb=437da8d44927e6d13a7e3998bdd24b5b313f9731;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 5eb99c8..1181fa9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,11 +14,19 @@ This module is to configure modules related to a bike Co-op. ============================================================== -It installs the profile for bike co-ops to manage some feature for ... + 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': ['base','point_of_sale','account_voucher','account_accountant'], + 'depends': [ + 'point_of_sale', + 'account_voucher', + 'account_accountant', + 'event', + 'purchase', + ], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml',