X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=4934fc7e1ed34cdc935117e9f7c724f651017ba4;hb=fef5e997b14be5e3761f9abf9fe2d413944da220;hp=cdb642850c3615cac782df1bb7f6ccf3681d5dc0;hpb=a608ad1b84d47787009de48479486c123f93e287;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index cdb6428..4934fc7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -20,14 +20,19 @@ This module is to configure modules related to a bike Co-op. """, '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' + ], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', 'data/res_partner.xml', 'data/bikecoop.xml', 'view/bikecoop.xml', - 'view/profile_association.xml', ], 'installable': True, 'auto_install': False,