mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
10 lines
285 B
XML
10 lines
285 B
XML
<?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>
|