From f249393a5de984b1a006fa1cf84b35ec6a370ed2 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 21 Aug 2014 14:05:14 +0200 Subject: [PATCH] Update __openerp__.py Improve description. --- module_parent_dependencies/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_parent_dependencies/__openerp__.py b/module_parent_dependencies/__openerp__.py index ae63950f6..f4a233d24 100644 --- a/module_parent_dependencies/__openerp__.py +++ b/module_parent_dependencies/__openerp__.py @@ -34,8 +34,8 @@ allows to see the list of modules dependencies of a given module, at the""" Functionality: -------------- - * This module allows to see the list of the modules that depends""" - """ (directly or indirectly) on a given module. + * This module allows to see the list of modules dependencies of a""" + """ given module, at the full depth of the dependency tree. Copyright, Authors and Licence: -------------------------------