[IMP] email_template: from and subject are not required anymore, because they can have now defautl values using chatter.

bzr revid: tde@openerp.com-20130307165045-dihvsdo3whgsk05b
This commit is contained in:
Thibault Delavallée 2013-03-07 17:50:45 +01:00
parent 2da3ea2d62
commit 2a849670f4
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<page string="Email Details"> <page string="Email Details">
<group> <group>
<group string="Addressing"> <group string="Addressing">
<field name="email_from" required="1"/> <field name="email_from"/>
<field name="email_to"/> <field name="email_to"/>
<field name="email_recipients"/> <field name="email_recipients"/>
<field name="email_cc"/> <field name="email_cc"/>
@ -43,7 +43,7 @@
<field name="copyvalue"/> <field name="copyvalue"/>
</group> </group>
<group string="Contents" colspan="2"> <group string="Contents" colspan="2">
<field name="subject" required="1"/> <field name="subject"/>
<field name="body_html" width="250" height="450" nolabel="1" colspan="2" placeholder="Email contents (in raw HTML format)"/> <field name="body_html" width="250" height="450" nolabel="1" colspan="2" placeholder="Email contents (in raw HTML format)"/>
</group> </group>
</group> </group>