Skip to content
Snippets Groups Projects
Commit ee1018a2 authored by Vo Minh Thu's avatar Vo Minh Thu
Browse files

[FIX] hr_evaluation: removed invalid _rec_name.

bzr revid: vmt@openerp.com-20120801083823-m1mr5n32vuhiofzj
parent 74582aea
Branches
Tags
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment