You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
492 B
12 lines
492 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!--This XML file defines configurations for Odoo Mail module. -->
|
|
<record id="action_odoo_mail" model="ir.actions.client">
|
|
<field name="name">Odoo Mail</field>
|
|
<field name="tag">odoo_mail</field>
|
|
<field name="target">current</field>
|
|
</record>
|
|
<menuitem id="mail_menu_root" name="Odoo Mail" action="action_odoo_mail"
|
|
web_icon="odoo_mail_management,static/description/icon.png"
|
|
/>
|
|
</odoo>
|
|
|