[MERGE]: Merged lp:~openerp-dev/openobject-addons/trunk-ps-tests-hr-others-atp-fix-message-post-shp

bzr revid: atp@tinyerp.com-20121106124304-qgytozrnh256hboo
This commit is contained in:
Atul Patel (OpenERP) 2012-11-06 18:13:04 +05:30
commit 1e75bd92cd
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ survey_request()
class hr_evaluation_interview(osv.osv):
_name = 'hr.evaluation.interview'
_inherits = {'survey.request': 'request_id'}
_inherit = 'mail.thread'
_rec_name = 'request_id'
_description = 'Appraisal Interview'
_columns = {