[FIX] Force create when no email in name_create of mail.compose

bzr revid: fp@tinyerp.com-20120911153645-vpi3wi4ddt2tqr5s
This commit is contained in:
Fabien Pinckaers 2012-09-11 17:36:45 +02:00
parent 5bd3b4f0a2
commit d7b31c3202
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<group>
<field name="subject" placeholder="Subject..."/>
<field name="partner_ids" widget="many2many_tags" placeholder="Add contacts to notify..."
context="{'force_create':True}"
context="{'force_email':True}"
on_change="onchange_partner_ids(partner_ids)"/>
</group>
<notebook>