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

[MERGE] fix some invalid _rec_name.

bzr revid: vmt@openerp.com-20120801091847-t628zuoythuqvl32
parents e845e235 ee1018a2
Branches
Tags
No related merge requests found
......@@ -27,7 +27,6 @@ class report_event_registration(osv.osv):
_name = "report.event.registration"
_description = "Events Analysis"
_auto = False
_rec_name = 'date'
_columns = {
'event_date': fields.char('Event Start Date', size=64, readonly=True),
'year': fields.char('Year', size=4, readonly=True),
......
......@@ -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