You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
849 B

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