X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop.git;a=blobdiff_plain;f=__openerp__.py;h=7442397d0f3ed751c44386288731d2d446f8f2b3;hp=cdb642850c3615cac782df1bb7f6ccf3681d5dc0;hb=a0b1bf08e378117b278dba5ef247edbb33487cc8;hpb=3fbf2ca34562857db17231178a221eaa3c3ce7b0 diff --git a/__openerp__.py b/__openerp__.py index cdb6428..7442397 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -20,7 +20,13 @@ 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',