[MIG] web_disable_group_export: Migration to 11.0

This commit is contained in:
David
2018-07-16 12:07:52 +02:00
parent ad9f8d42c4
commit e12e2167e0
12 changed files with 135 additions and 51 deletions

View File

@@ -0,0 +1,2 @@
Enable the group "Export Data group" to the users who are allowed to
make use of the option 'Export'.

View File

@@ -0,0 +1,8 @@
* `Onestein <https://www.onestein.nl>`_:
* Dennis Sluijk <d.sluijk@onestein.nl>
* Andrea Stirpe <a.stirpe@onestein.nl>
* `Tecnativa <https://www.tecnativa.com>`_:
* David Vidal <david.vidal@tecnativa.com>

View File

@@ -0,0 +1,7 @@
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.

View File

@@ -0,0 +1 @@
Every user without *Export Data* permission won't have the option available.