X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=4934fc7e1ed34cdc935117e9f7c724f651017ba4;hb=fef5e997b14be5e3761f9abf9fe2d413944da220;hp=8e85d9168f6dda3ffc24f50f55dac4f0e62cac26;hpb=51c20dacdb4b5089f774ba872d13fbd2538587d9;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 8e85d91..4934fc7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,19 +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': ['point_of_sale','account_voucher','account_accountant','membership'], + 'depends': [ + 'point_of_sale', + 'account_voucher', + 'account_accountant', + 'portal_event', + 'document' + ], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', - 'demo/res_partner.xml', - 'demo/product.xml', - 'demo/account.xml', - 'demo/membership.xml', - 'demo/point_of_sale.xml', + 'data/res_partner.xml', + 'data/bikecoop.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,