[FIX]Human Resources : Job position : Survey
authorARA (OpenERP) <ara@tinyerp.com>
Thu, 17 Feb 2011 05:18:59 +0000 (10:48 +0530)
committerARA (OpenERP) <ara@tinyerp.com>
Thu, 17 Feb 2011 05:18:59 +0000 (10:48 +0530)
lp bug: https://launchpad.net/bugs/719957 fixed

bzr revid: ara@tinyerp.com-20110217051859-g6ee2xpz3afuwjtf

addons/hr_recruitment/hr_recruitment.py

index 02643a3..d6956ab 100644 (file)
@@ -437,7 +437,7 @@ class hr_job(osv.osv):
     _inherit = "hr.job"
     _name = "hr.job"
     _columns = {
-        'survey_id': fields.many2one('survey', 'Survey'),
+        'survey_id': fields.many2one('survey', 'Survey', help="Select survey for the current job"),
     }
 hr_job()