Merge branch 'V2' of ssh://git.yaltik.net:61722/michel/Coworking into V2

This commit is contained in:
Fabien BOURGEOIS 2017-11-15 15:34:17 +01:00
commit 288462c096
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class Event(models.Model):
_description = 'Event model definition'
_rec_name = 'title'
_order = 'id asc'
_rec_name = 'title'
title = fields.Char(required=True)