FIX email_template: Update help from lang field leading to confusion while creating a template

This commit is contained in:
FalcoBolger 2014-07-09 10:33:01 +02:00 committed by Martin Trigaux
parent 84e9a67cdf
commit e6b6392f3a
1 changed files with 3 additions and 3 deletions

View File

@ -135,9 +135,9 @@ class email_template(osv.osv):
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"),