mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
12 lines
389 B
XML
12 lines
389 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<!--
|
||
|
Copyright (C) 2018 - 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).
|
||
|
-->
|
||
|
<flectra>
|
||
|
<record id="base.group_no_one" model="res.groups">
|
||
|
<field name="users" eval="[(4, ref('base.user_admin'))]" />
|
||
|
</record>
|
||
|
</flectra>
|