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.

68 lines
2.0 KiB

  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. Group-based permissions for importing CSV files
  6. ===============================================
  7. This module makes importing data from CSV files optional for each user,
  8. allowing it only for those users belonging to a specific group.
  9. Any other user not belonging to such group will not have the "Import" button
  10. available anywhere. The action will even be blocked internally (to prevent
  11. XMLRPC access, for example).
  12. Configuration
  13. =============
  14. To allow a user to import data from CSV files, just follow this steps:
  15. * Go to *Settings/Users/Users* menu.
  16. * Enter the user you want to allow.
  17. * Within the "Access Rights" tab and "Technical Settings" group, check the
  18. option "Allow importing CSV files".
  19. Usage
  20. =====
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/149/8.0
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues
  27. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smash it by providing detailed and welcomed feedback.
  30. Credits
  31. =======
  32. Contributors
  33. ------------
  34. * Alejandro Santana <alejandrosantana@anubia.es>
  35. * Stefan Rijnhart <stefan@opener.amsterdam>
  36. * Antonio Esposito <a.esposito@onestein.nl>
  37. Icon
  38. ----
  39. Iconic fonts used in module icon are Font Awesome: http://fontawesome.io/
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit https://odoo-community.org.