From 98ef5faba796605b5b6173b745826167d541a44b Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 29 Nov 2012 19:50:57 +0100 Subject: [PATCH] [Module] +base_crypt dependance --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1