[IMP] quick create partners with email

bzr revid: fp@tinyerp.com-20120911161900-7vd2qtd9e0guk1pu
This commit is contained in:
Fabien Pinckaers 2012-09-11 18:19:00 +02:00
parent c750d0b8e1
commit 0296e350a9
1 changed files with 1 additions and 1 deletions

View File

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