From: Ludovic CHEVALIER Date: Tue, 14 Aug 2012 12:50:17 +0000 (+0200) Subject: [Module] +dépendance account_accountant X-Git-Url: http://git.heureux-cyclage.org/?p=burette%2Fbikecoop.git;a=commitdiff_plain;h=12fe9ec1be9a376b9663e6c7344bdaa4c0006ece [Module] +dépendance account_accountant ... pour que l'admin est acccès à l'ensemble du panel comptable --- 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',