X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=4934fc7e1ed34cdc935117e9f7c724f651017ba4;hb=fef5e997b14be5e3761f9abf9fe2d413944da220;hp=6fc1cc924a2f02c9350b655a43b7b170fd76f691;hpb=b56851e3ee2b3754ed2a97568d4e1f990a6f9167;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 6fc1cc9..4934fc7 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': ['base','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',