mirror of https://github.com/OCA/social.git
[IMP] pre-commit run -a
parent
fe61046034
commit
3516f89553
|
@ -6,7 +6,10 @@
|
||||||
<field name="inherit_id" ref="mail.email_compose_message_wizard_form" />
|
<field name="inherit_id" ref="mail.email_compose_message_wizard_form" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[field[@name='partner_ids']]" position="after">
|
<xpath expr="//div[field[@name='partner_ids']]" position="after">
|
||||||
<field name="autofollow_recipients" attrs="{'invisible': [('composition_mode', '=', 'mass_mail')]}"/>
|
<field
|
||||||
|
name="autofollow_recipients"
|
||||||
|
attrs="{'invisible': [('composition_mode', '=', 'mass_mail')]}"
|
||||||
|
/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
Loading…
Reference in New Issue