Skip to content
Snippets Groups Projects
Commit 2da8460a authored by Jérome Maes's avatar Jérome Maes
Browse files

[IMP] mail: add integrations menuitems, but invisible

This allow modules to plug into mail configuration
on channel.
parent fa8561aa
Branches
Tags
No related merge requests found
......@@ -128,6 +128,7 @@
</tree>
</field>
</page>
<page string="Integrations" invisible="0" name="mail_channel_integrations"></page>
</notebook>
<div class="oe_chatter" groups="base.group_no_one">
<field name="message_follower_ids" widget="mail_followers"/>
......@@ -191,5 +192,15 @@
groups="base.group_user"
sequence="1"/>
<!--
This menuitem will be activated by integrations modules (like github, twitter, ...). It
is a hook to ease other modules to plug into mail.
-->
<record id="mail.mail_channel_integrations_menu" model="ir.ui.menu">
<field name="name">Integrations</field>
<field name="parent_id" ref="mail.mail_channel_menu_root_chat"></field>
<field name="active" eval="False"></field>
</record>
</data>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment