Christophe Matthieu (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-many2many-email-chm into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-many2many-email-chm/+merge/132315

use new field:
lp:~openerp-dev/openerp-web/trunk-many2many-email-chm into lp:openerp-web
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-many2many-email-chm/+merge/132315
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-many2many-email-chm.
=== modified file 'mail/wizard/mail_compose_message_view.xml'
--- mail/wizard/mail_compose_message_view.xml	2012-10-29 09:08:47 +0000
+++ mail/wizard/mail_compose_message_view.xml	2012-10-31 12:37:30 +0000
@@ -14,9 +14,8 @@
                         <field name="parent_id" invisible="1"/>
                         <field name="content_subtype" invisible="1"/>
                         <!-- visible wizard -->
-                        <field name="partner_ids" widget="many2many_tags" placeholder="Add contacts to notify..."
-                                context="{'force_email':True}"
-                                on_change="onchange_partner_ids(partner_ids)" required="1"/>
+                        <field name="partner_ids" widget="many2many_tags_email" placeholder="Add contacts to notify..."
+                                context="{'force_email':True}" required="1"/>
                         <field name="subject" placeholder="Subject..."
                                 attrs="{'invisible':[('content_subtype', '=', 'plain')]}"/>
                     </group>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to