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

[FIX] event: removed invalid _rec_name.

bzr revid: vmt@openerp.com-20120801081630-2wtg0rnwoa97zacg
parent e845e235
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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment