Browse Source

[FIX] incorrect description in __openerp__.py file and minor error in the header of .py files

pull/8/head
Sylvain LE GAL 10 years ago
parent
commit
54c0cd704c
  1. 13
      module_parent_dependencies/__openerp__.py
  2. 2
      module_parent_dependencies/tests/test_module_parent_dependencies.py
  3. 2
      module_parent_dependencies/view/view.xml

13
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:
-------------------------------

2
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)
#

2
module_parent_dependencies/view/view.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ********************************************************************** -->
<!-- odule - Parent Dependencies module for Odoo -->
<!-- Module - Parent Dependencies module for Odoo -->
<!-- Copyright (C) 2014- Today GRAP (http://www.grap.coop) -->
<!-- @author Sylvain LE GAL (https://twitter.com/legalsylvain) -->

Loading…
Cancel
Save