X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=28c20c2d22be1f604a153f35728544895a09a2fb;hb=314882e6d0931aec7f4312eacafdaf0489b4940f;hp=466adfa3f84eed25fba45a92d225343049e4a148;hpb=65849a99b18f81ea937ef242def27f8aca4002ca;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 466adfa..28c20c2 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -20,7 +20,14 @@ This module is to configure modules related to a bike Co-op. """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['base_crypt','point_of_sale','account_voucher','account_accountant'], + 'depends': [ + 'point_of_sale', + 'account_voucher', + 'account_accountant', + 'portal_event', + 'document', + 'purchase', + ], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml',