[IMP] mail.group: can post if can read

bzr revid: chm@openerp.com-20130726144521-u9nicyvexub2gof1
This commit is contained in:
Christophe Matthieu 2013-07-26 16:45:21 +02:00
parent fe6e0e39e8
commit 45cf073d50
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class mail_group(osv.Model):
_mail_flat_thread = False
_inherit = ['mail.thread']
_inherits = {'mail.alias': 'alias_id'}
_mail_post_access = 'read'
def _get_image(self, cr, uid, ids, name, args, context=None):
result = dict.fromkeys(ids, False)