Merge branch 'V2' of ssh://git.yaltik.net:61722/michel/Coworking into V2
This commit is contained in:
commit
288462c096
@ -12,6 +12,7 @@ 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