mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
17 lines
544 B
XML
17 lines
544 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
Copyright (C) 2014 - 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).
|
||
|
-->
|
||
|
|
||
|
<flectra>
|
||
|
<record id="base.group_no_one" model="res.groups">
|
||
|
<field name="users" eval="[(4, ref('base.user_root'))]" />
|
||
|
</record>
|
||
|
|
||
|
<record id="sql_request_abstract.group_sql_request_user" model="res.groups">
|
||
|
<field name="users" eval="[(4, ref('base.user_demo'))]" />
|
||
|
</record>
|
||
|
</flectra>
|