diff --git a/__openerp__.py b/__openerp__.py index 40e4139..16a83aa 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -30,9 +30,12 @@ { "name": "Quality Control", "version": "0.1", - "author": "NaN for Trod y Avia, S.L.", + "author": "NaN·tic", "category": "Generic Modules/Others", - "description": "This module provides a generic infrastructure for quality tests. The idea is that it can be later be reused for doing quality tests in production lots but also in any other areas a company may desire.", + "description": """ +This module provides a generic infrastructure for quality tests. The idea is that it can be later be reused for doing quality tests in production lots but also in any other areas a company may desire. + +Developed for Trod y Avia, S.L.""", "depends": [ 'product' ],