[REM] Code not in use anymore

bzr revid: rim@openerp.com-20140319112145-ojj0nd7okl8q3jjw
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-19 12:21:45 +01:00
parent 18c1ed999d
commit 23cb33217b
1 changed files with 0 additions and 4 deletions

View File

@ -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