<?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="base.group_sale_manager">
        <field name="users" eval="[(4, ref('base.user_root'))]" />
    </record>

    <record model="res.groups" id="product.group_product_variant">
        <field name="users" eval="[(4, ref('base.user_root'))]" />
    </record>

</odoo>