From: Ludovic CHEVALIER Date: Thu, 13 Dec 2012 14:13:08 +0000 (+0100) Subject: [module] +deps document, portal_event X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop.git;a=commitdiff_plain;h=a0b1bf08e378117b278dba5ef247edbb33487cc8 [module] +deps document, portal_event --- 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',