Skip to content

Commit

Permalink
FIX email_template: Update help from lang field leading to confusion …
Browse files Browse the repository at this point in the history
…while creating a template
  • Loading branch information
FalcoBolger authored and mart-e committed Jul 10, 2014
1 parent 84e9a67 commit e6b6392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/email_template/email_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def onchange_model_id(self, cr, uid, ids, model_id, context=None):
help="Optional translation language (ISO code) to select when sending out an email. "
"If not set, the english version will be used. "
"This should usually be a placeholder expression "
"that provides the appropriate language code, e.g. "
"${object.partner_id.lang.code}.",
placeholder="${object.partner_id.lang.code}"),
"that provides the appropriate language, e.g. "
"${object.partner_id.lang}.",
placeholder="${object.partner_id.lang}"),
'user_signature': fields.boolean('Add Signature',
help="If checked, the user's signature will be appended to the text version "
"of the message"),
Expand Down

0 comments on commit e6b6392

Please sign in to comment.