From 23cb33217b74adb335ad52214f9236feb065d5ed Mon Sep 17 00:00:00 2001 From: "Richard Mathot (OpenERP)" Date: Wed, 19 Mar 2014 12:21:45 +0100 Subject: [PATCH] [REM] Code not in use anymore bzr revid: rim@openerp.com-20140319112145-ojj0nd7okl8q3jjw --- addons/hr_evaluation/hr_evaluation.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/addons/hr_evaluation/hr_evaluation.py b/addons/hr_evaluation/hr_evaluation.py index 8c9cae13e4f..4c136f49793 100644 --- a/addons/hr_evaluation/hr_evaluation.py +++ b/addons/hr_evaluation/hr_evaluation.py @@ -347,10 +347,6 @@ class hr_evaluation_interview(osv.Model): self.write(cr, uid, ids, {'state': 'done'}, context=context) return True - def survey_req_draft(self, cr, uid, ids, context=None): - self.write(cr, uid, ids, {'state': 'draft'}, context=context) - return True - def survey_req_cancel(self, cr, uid, ids, context=None): self.write(cr, uid, ids, {'state': 'cancel'}, context=context) return True