[IMP] Hide the checkbox for the mass mailing in mail_optional_autofollow
This commit is contained in:
parent
3bb1f8807f
commit
239f5dfc21
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user