From 1466d943dc156cddf56bc2691611354072850daa Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 21 Apr 2016 13:29:37 +0200 Subject: [PATCH 1/1] [MODULE] +account_cancel dependance --- __openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index dd6ebc6..d9b8e72 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,8 +42,9 @@ It installs the profile for bike co-ops to manage some features like: 'author': 'La Cyclofficine de Pantin', 'website': 'http://cyclocoop.org/index.php/les-ateliers/pantin', 'depends': [ + 'account_cancel', 'bikecoop', - 'bikecoop_l10n_fr' + 'bikecoop_l10n_fr', ], 'init_xml': [ ], -- 2.20.1