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 c8f398e913 - Show all commits

View File

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