[FIX] hr_evaluation: removed invalid _rec_name.

bzr revid: vmt@openerp.com-20120801083823-m1mr5n32vuhiofzj
This commit is contained in:
Vo Minh Thu 2012-08-01 10:38:23 +02:00
parent 74582aea7e
commit ee1018a242
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ class hr_evaluation_report(osv.osv):
_name = "hr.evaluation.report"
_description = "Evaluations Statistics"
_auto = False
_rec_name = 'date'
_columns = {
'create_date': fields.date('Create Date', readonly=True),
'delay_date':fields.float('Delay to Start', digits=(16,2),readonly=True),