[IMP] force email when quick create

bzr revid: fp@tinyerp.com-20120821180351-t28m9svpdj8ois0k
This commit is contained in:
Fabien Pinckaers 2012-08-21 20:03:51 +02:00
parent 38acf7c104
commit 20748495c6
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
class="oe_mail_compose_message_body_html"
attrs="{'invisible':[('content_subtype', '=', 'plain')]}"/>
<field name="dest_partner_ids" colspan="2" nolabel="1" widget="many2many_tags" placeholder="Add contacts to notify..."
context="{'force_create':True}"
on_change="onchange_dest_partner_ids(dest_partner_ids)"
class="oe_mail_compose_message_partner_ids"/>
<field name="attachment_ids" colspan="2" nolabel="1" widget="many2many_tags"