[FIX] mail template view - Set body_html field as simple text area without cke by default. Else, the mako code are considered as mal formatted and moved.

bzr revid: jke@openerp.com-20140415113751-h0a1tg36tht1bys1
This commit is contained in:
Kersten Jeremy 2014-04-15 13:37:51 +02:00
parent 1e93741081
commit 1c5ed2973e
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@
<field name="name" invisible="1"/>
<field name="model" invisible="1"/>
<h3 colspan="2">Body</h3>
<field name="body_html" nolabel="1" colspan="2"
placeholder="Rich-text/HTML content of the message (placeholders may be used here)"/>
<field name="body_html" nolabel="1" colspan="2" widget='text' />
<field name="attachment_ids" nolabel="1" colspan="2"
widget="many2many_binary"/>
</group>