summaryrefslogtreecommitdiff
path: root/addons/l10n_be_edi/security/security.xml
blob: 3fc21715a4c8be096d2e456bfd8252047efc2b62 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <!-- Note for later versions, the group Employee Manager should become contract manager -->
    <record id="hr.group_hr_manager" model="res.groups">
        <field name="implied_ids" eval="[(4, ref('fleet.fleet_group_manager'))]"/>
    </record>
</odoo>