From d578a8f90a1438709be3496cbc23c833dce1657f Mon Sep 17 00:00:00 2001 From: "Jignesh Rathod (OpenERP)" Date: Fri, 14 Jun 2013 14:54:53 +0530 Subject: [PATCH] Improve description. bzr revid: jir@tinyerp.com-20130614092453-zs8hpnx3mutsmhhd --- addons/hr_applicant_document/__openerp__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/hr_applicant_document/__openerp__.py b/addons/hr_applicant_document/__openerp__.py index 33a80d433bb..6917084e1f4 100644 --- a/addons/hr_applicant_document/__openerp__.py +++ b/addons/hr_applicant_document/__openerp__.py @@ -25,9 +25,10 @@ 'version': '1.0', 'category': 'Human Resources', 'sequence': 25, - 'summary': 'Search applicant by resume index content.', + 'summary': 'Search job applications by Index content.', 'description': """ - This module allows you to search applicant by resume index content. + This module allows you to search job applications by Index content + of Resumes & Letters. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com',