[IMP]: Added Upstream Patch for product_email_template

This commit is contained in:
Harsh Vadodaria 2018-07-10 11:07:21 +05:30
parent 7255e401de
commit d63d28f7be
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
<field name="name" invisible="1"/>
<field name="model" invisible="1"/>
<h3 colspan="2">Body</h3>
<field name="body_html" nolabel="1" colspan="2" widget='text' />
<field name="body_html" nolabel="1" colspan="2" widget="html"
options="{'style-inline': true}" />
<field name="attachment_ids" nolabel="1" colspan="2"
widget="many2many_binary"/>
</group>