[IMP] Hide the checkbox for the mass mailing in mail_optional_autofollow

pull/459/head
Denis Robinet (ACSONE) 2017-12-04 17:21:55 +01:00 committed by Naglis Jonaitis
parent 8d9d70684e
commit 2f2cafb4ce
No known key found for this signature in database
GPG Key ID: 4748835F585390F5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<field name="inherit_id" ref="mail.email_compose_message_wizard_form"/>
<field name="arch" type="xml">
<xpath expr="//div[field[@name='partner_ids']]" position="after">
<field name="autofollow_recipients" />
<field name="autofollow_recipients" attrs="{'invisible': [('composition_mode', '=', 'mass_mail')]}"/>
</xpath>
</field>
</record>