From d3c874c828bf294a7a3797a0a5301e91ff29a021 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 27 May 2015 11:08:39 +0200 Subject: [PATCH] [MODULE] ~description --- __openerp__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index d21497c..f7d782c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -33,12 +33,14 @@ Account analytic module improvement =================================== It installs the profile for bike co-ops to manage some features like: + * Analytic account is mandatory, and is filter (normal, with code and open only) in: + * expense form view * ... """, 'website': 'http://www.heureux-cyclage.org', 'images': [], 'depends': [ - 'account', + 'analytic', 'hr_expense', ], 'init_xml': [ -- 2.20.1