mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[11.0] web_export_view: add security group
This commit is contained in:
9
web_export_view/security/groups.xml
Normal file
9
web_export_view/security/groups.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="group_disallow_export_view_data_excel" model="res.groups">
|
||||
<field name="name">Disallow Export View Data to Excel</field>
|
||||
<field name="category_id" ref="base.module_category_hidden"/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user