Skip to content
Snippets Groups Projects
Commit 582dff36 authored by kso's avatar kso Committed by Yannick Tivisse
Browse files

[IMP] mail: Add 'Create and Edit' on channel followers invite wizard

As there is no reason to remove it each 2 saas, there's also no reason to put it back alternatively.
parent 8bd86a7e
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,7 @@
<field name="partner_ids" widget="many2many_tags_email"
placeholder="Add contacts to notify..."
context="{'force_email':True, 'show_email':True}"
invisible="context.get('mail_invite_follower_channel_only')"
options="{'no_create': True}"/>
invisible="context.get('mail_invite_follower_channel_only')"/>
<field name="channel_ids" widget="many2many_tags"
placeholder="Add channels to notify..."
invisible="not context.get('mail_invite_follower_channel_only')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment