Cleaning title / name #5

Merged
michel merged 5 commits from fabien/michel_coworking:V2 into V2 2017-11-15 16:08:23 +01:00
Showing only changes of commit 288462c096 - Show all commits

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)