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,35 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
========================
Web Disable Export Group
========================
In the standard Odoo the UI option 'Export' that is present in the 'Action' menu
of any list view is always enabled (for every user).
This module makes the option 'Export' enabled only for the users that belong
to the Export Data group.
Admin user can always use the export option.
Usage
=====
Enable the group "Export Data group" to the users who are allowed to
make use of the option 'Export'.
Credits
=======
Original code from module web_disable_export by Noviat,
reviewed and modified by Onestein.
Contributors
------------
* Dennis Sluijk <d.sluijk@onestein.nl>
* Andrea Stirpe <a.stirpe@onestein.nl>