Skip to content

Commit

Permalink
[FIX] event: added missing description on event.event model, leading …
Browse files Browse the repository at this point in the history
…to event model having Email Thread has description due to inheritance.
  • Loading branch information
tde-banana-odoo committed Sep 30, 2014
1 parent 5e248f0 commit 8eb4efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/event/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class event_type(models.Model):
class event_event(models.Model):
"""Event"""
_name = 'event.event'
_description = 'Event'
_inherit = ['mail.thread', 'ir.needaction_mixin']
_order = 'date_begin'

Expand Down

0 comments on commit 8eb4efc

Please sign in to comment.