Skip to content
Snippets Groups Projects
Commit e6b6392f authored by Victor Tabuenca Calvo's avatar Victor Tabuenca Calvo Committed by Martin Trigaux
Browse files

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

parent 84e9a67c
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment