[REF]Double _rec_name after merging

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

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)