Files
web/web_disable_export_group/security/groups.xml
tarteo d6f2d2a054 [MIG] web_disable_export_group: Migration to 12.0
[IMP] Automatically add root and admin to group

[FIX] Website in manifest
2023-06-16 12:45:39 +02:00

12 lines
367 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 Onestein
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).-->
<odoo>
<record id="group_export_data" model="res.groups">
<field name="name">Export Data</field>
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
</record>
</odoo>