web/web_disable_export_group
Andrea 0a0fb990db Add module web_disable_export_group 2021-01-06 14:33:37 +01:00
..
security Add module web_disable_export_group 2021-01-06 14:33:37 +01:00
static/src/js Add module web_disable_export_group 2021-01-06 14:33:37 +01:00
templates Add module web_disable_export_group 2021-01-06 14:33:37 +01:00
README.rst Add module web_disable_export_group 2021-01-06 14:33:37 +01:00
__init__.py Add module web_disable_export_group 2021-01-06 14:33:37 +01:00
__manifest__.py Add module web_disable_export_group 2021-01-06 14:33:37 +01:00

README.rst

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