oca-financial/odoo-bringout-oca-account-financial-tools-account_usability/account_usability/demo/res_groups.xml
2025-08-29 15:43:04 +02:00

14 lines
461 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright (C) 2019-Today GRAP (http://www.grap.coop)
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="account.group_account_user" model="res.groups">
<field
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
</record>
</odoo>