~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to base_module_quality/__terp__.py

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    'version': '1.0',
27
27
    'category': 'Tiny Specific Modules/Base module quality',
28
28
    'description': """
29
 
    This module's aim is to check the quality of other modules.
30
 
 
31
 
    It defines a wizard on the list of modules in OpenERP, which allow you to evaluate them on different criteria such as: the respect of OpenERP coding standards, the speed efficiency...
32
 
 
33
 
    This module also provides generic framework to define your own quality test. For further info, coders may take a look into base_module_quality\README.txt
 
29
This module's aim is to check the quality of other modules.
 
30
 
 
31
It defines a wizard on the list of modules in OpenERP, which allow you to
 
32
evaluate them on different criteria such as: the respect of OpenERP coding
 
33
standards, the speed efficiency...
 
34
 
 
35
This module also provides generic framework to define your own quality test.
 
36
For further info, coders may take a look into base_module_quality\README.txt
 
37
 
 
38
WARNING: This module can not work as a ZIP file, you must unzip it before
 
39
using it, otherwise it may crash.
34
40
    """,
35
41
    'author': 'Tiny',
36
42
    'website': 'http://www.openerp.com',