From 12fe9ec1be9a376b9663e6c7344bdaa4c0006ece Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 14 Aug 2012 14:50:17 +0200 Subject: [PATCH] =?utf8?q?[Module]=20+d=C3=A9pendance=20account=5Faccounta?= =?utf8?q?nt=20...=20pour=20que=20l'admin=20est=20accc=C3=A8s=20=C3=A0=20l?= =?utf8?q?'ensemble=20du=20panel=20comptable?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index 8f92436..7cd0306 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -18,7 +18,7 @@ It installs the profile for bike co-ops to manage memberships, membership produc """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['point_of_sale'], + 'depends': ['point_of_sale','account_voucher','account_accountant'], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', -- 2.20.1