X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=1181fa9e586b78b7f83e58d88a7ab9e35f77516c;hb=2030112f57508564768ece1c93d0372dab2bc73b;hp=1b609f8653ef8389cc2300f87b35b506f658d797;hpb=5a2e01c326cc5f2732915c234a20ca28199ab103;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 1b609f8..1181fa9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,24 +14,25 @@ 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': ['base','point_of_sale','account_voucher','account_accountant','remembership'], + 'depends': [ + 'point_of_sale', + 'account_voucher', + 'account_accountant', + 'event', + 'purchase', + ], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', 'data/res_partner.xml', 'data/bikecoop.xml', - 'demo/res_partner.xml', - 'demo/bikecoop.xml', - 'demo/product.xml', - 'demo/account.xml', - 'demo/membership.xml', - 'demo/point_of_sale.xml', - 'view/bikecoop_membership.xml', - 'view/partner.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,