mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] bi_view_editor: Restrict access to BI View Editor Managers
This commit is contained in:
14
bi_view_editor/security/res_groups.xml
Normal file
14
bi_view_editor/security/res_groups.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo noupdate="1">
|
||||
|
||||
<record id="group_bve_manager" model="res.groups">
|
||||
<field name="name">BI View Editor Manager</field>
|
||||
<field name="category_id" ref="base.module_category_hidden" />
|
||||
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
|
||||
<field
|
||||
name="users"
|
||||
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
|
||||
/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user