forked from michel/Coworking
[REF]Double _rec_name after merging
This commit is contained in:
parent
288462c096
commit
c8f398e913
@ -12,7 +12,6 @@ class Event(models.Model):
|
|||||||
_description = 'Event model definition'
|
_description = 'Event model definition'
|
||||||
_rec_name = 'title'
|
_rec_name = 'title'
|
||||||
_order = 'id asc'
|
_order = 'id asc'
|
||||||
_rec_name = 'title'
|
|
||||||
|
|
||||||
title = fields.Char(required=True)
|
title = fields.Char(required=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user