mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_disable_export_group: Differenciate between the XLSX export and the standard export
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Enable the group "Export Data group" to the users who are allowed to
|
||||
make use of the option 'Export'.
|
||||
Enable the group "Direct Export" to the users who are allowed to
|
||||
make use of the option 'Export xlsx'.
|
||||
|
||||
@@ -8,3 +8,4 @@
|
||||
* David Vidal
|
||||
* João Marques
|
||||
* Alexandre Díaz
|
||||
* Víctor Martínez
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
In the standard Odoo the UI option 'Export' that is present in the 'Action' menu
|
||||
and the 'Export All' button of any list view is always enabled (for every user).
|
||||
The standard export group prevents both options: 'Direct Export (xlsx)' and 'Export All'.
|
||||
|
||||
This module makes the option 'Export' and 'Export All' enabled only for the users
|
||||
that belong to the Export Data group.
|
||||
This module adds a new group for the 'Direct Export (xlsx)' feature, leaving the standard one for only the 'Export All' feature.
|
||||
|
||||
Admin user can always use the export option.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Every user without *Export Data* permission won't have the option available.
|
||||
Every user without *Direct Export (xlsx)* permission won't have the option available.
|
||||
|
||||
Reference in New Issue
Block a user