bzr revid: fp@openerp.com-20121112232043-igpq4xynsz2tg6xr
This commit is contained in:
Fabien Pinckaers 2012-11-13 00:20:43 +01:00
parent 79827cefd5
commit 1086c96272
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class mail_group(osv.Model):
""" A mail_group is a collection of users sharing messages in a discussion
group. The group mechanics are based on the followers. """
_description = 'Discussion group'
_order = 'name'
_name = 'mail.group'
_mail_flat_thread = False
_inherit = ['mail.thread']