From: Ludovic CHEVALIER Date: Thu, 21 Apr 2016 11:29:37 +0000 (+0200) Subject: [MODULE] +account_cancel dependance X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=commitdiff_plain;h=1466d943dc156cddf56bc2691611354072850daa [MODULE] +account_cancel dependance --- 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': [ ],