From: Ludovic CHEVALIER Date: Thu, 29 Nov 2012 18:50:57 +0000 (+0100) Subject: [Module] +base_crypt dependance X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop.git;a=commitdiff_plain;h=98ef5faba796605b5b6173b745826167d541a44b [Module] +base_crypt dependance --- diff --git a/__openerp__.py b/__openerp__.py index 6fc1cc9..466adfa 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -20,7 +20,7 @@ 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': ['base_crypt','point_of_sale','account_voucher','account_accountant'], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml',