[11.0] web_export_view: add security group

This commit is contained in:
David
2019-01-21 12:25:19 +01:00
committed by ernesto
parent b8e7fa3c7d
commit bd8fd6f3ca
4 changed files with 27 additions and 5 deletions

View 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>