[MERGE] forward port of branch 7.0 up to 15ee4d8

This commit is contained in:
Christophe Simonis 2014-08-28 19:07:11 +02:00
commit c914893f6f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class mail_compose_message(osv.TransientModel):
return res
_columns = {
'template_id': fields.many2one('email.template', 'Use template', select=True, groups="base.group_user"),
'template_id': fields.many2one('email.template', 'Use template', select=True),
'partner_to': fields.char('To (Partner IDs)',
help="Comma-separated list of recipient partners ids (placeholders may be used here)"),
'email_to': fields.char('To (Emails)',