From 821bdb1e8d0e4599cab991d921020ab26d0dfe5c Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Wed, 29 Feb 2012 00:05:29 +0100 Subject: [PATCH] =?UTF-8?q?Be=20consistent=20with=20the=20naming=20of=20th?= =?UTF-8?q?e=20company:=20NaN=C2=B7tic.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __openerp__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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' ],