[IMP] email_template: improved help for email_from.

bzr revid: tde@openerp.com-20130313121659-pvdy814zoq9zonf2
This commit is contained in:
Thibault Delavallée 2013-03-13 13:16:59 +01:00
parent 3dc1a58ed5
commit ecd460e0d5
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@ class email_template(osv.osv):
help="If checked, the user's signature will be appended to the text version "
"of the message"),
'subject': fields.char('Subject', translate=True, help="Subject (placeholders may be used here)",),
'email_from': fields.char('From', help="Sender address (placeholders may be used here)"),
'email_from': fields.char('From',
help="Sender address (placeholders may be used here). If not set, the default "
"value will be the author's email alias if configured, or email address."),
'email_to': fields.char('To (Emails)', help="Comma-separated recipient addresses (placeholders may be used here)"),
'email_recipients': fields.char('To (Partners)', help="Comma-separated ids of recipient partners (placeholders may be used here)"),
'email_cc': fields.char('Cc', help="Carbon copy recipients (placeholders may be used here)"),