res_groups.xml 539 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0"?>
<!--
    Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
    @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
    License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->

<odoo>

    <record model="res.groups" id="group_manager">
        <field name="name">Manager</field>
        <field name="implied_ids" eval="[(6, False, [ref('mass_mailing.group_mass_mailing_user')])]" />
        <field name="category_id" ref="base.module_category_mass_mailing" />
    </record>

</odoo>