[IMP] web_disable_export_group: Disable 'export all' button

This commit is contained in:
Alexandre D. Díaz
2021-07-07 19:30:52 +02:00
committed by David
parent 0b18c9843e
commit 6a8951581d
7 changed files with 75 additions and 21 deletions

View File

@@ -7,3 +7,4 @@
* David Vidal
* João Marques
* Alexandre Díaz

View File

@@ -1,7 +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).
and the 'Export All' button 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.
This module makes the option 'Export' and 'Export All' enabled only for the users
that belong to the Export Data group.
Admin user can always use the export option.