Add module web_disable_export_group

This commit is contained in:
Andrea
2016-12-27 10:31:18 +01:00
committed by David
parent 704a643346
commit 9023bca634
6 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="group_export_data" model="res.groups">
<field name="name">Export Data</field>
</record>
</odoo>