diff --git a/module_parent_dependencies/__openerp__.py b/module_parent_dependencies/__openerp__.py index da628ca3e..e2c032153 100644 --- a/module_parent_dependencies/__openerp__.py +++ b/module_parent_dependencies/__openerp__.py @@ -23,16 +23,19 @@ { 'name': 'Parent Dependencies of Modules', 'version': '0.1', - 'summary': 'Display the parent dependencies of a module', + 'summary': """allows to see the list of modules dependencies of a given""" + """ module, at the full depth of the dependency tree""", 'category': 'Tools', 'description': """ -Display the parent dependencies of a module -=========================================== +allows to see the list of modules dependencies of a given module, at the""" + """ full depth of the dependency tree +========================================================================""" + """================================== Functionality: -------------- - * This module display to the admin user, the possibility to see the list""" - """ of the modules that depends (directly or indirectly) on a module. + * This module allows to see the list of the modules that depends""" + """ (directly or indirectly) on a given module. Copyright, Authors and Licence: ------------------------------- diff --git a/module_parent_dependencies/tests/test_module_parent_dependencies.py b/module_parent_dependencies/tests/test_module_parent_dependencies.py index 830eae660..644408fda 100644 --- a/module_parent_dependencies/tests/test_module_parent_dependencies.py +++ b/module_parent_dependencies/tests/test_module_parent_dependencies.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Database Integrity module for OpenERP +# Module - Parent Dependencies module for Odoo # Copyright (C) 2014 GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # diff --git a/module_parent_dependencies/view/view.xml b/module_parent_dependencies/view/view.xml index 533dc0bf1..448ed1cd7 100644 --- a/module_parent_dependencies/view/view.xml +++ b/module_parent_dependencies/view/view.xml @@ -1,6 +1,6 @@ - +