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.

92 lines
2.6 KiB

  1. .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl
  3. :alt: License: LGPL-3
  4. ===============
  5. Export Security
  6. ===============
  7. This module adds the following security features to Odoo's data exporting:
  8. #. A security group for restricting users' ability to export data
  9. #. A log of exports detailing the user responsible, as well as the model, records, and fields exported
  10. #. A `#data exports` channel for export activity notifications
  11. Screenshots
  12. ===========
  13. Hidden Export Menu Item
  14. -----------------------
  15. .. image:: /base_export_security/static/description/export_menu_item_hidden.png?raw=true
  16. :alt: Hidden Export Menu Item
  17. :width: 600 px
  18. Export Log
  19. ----------
  20. .. image:: /base_export_security/static/description/export_log.png?raw=true
  21. :alt: Export Log
  22. :width: 600 px
  23. Channel Notification
  24. --------------------
  25. .. image:: /base_export_security/static/description/export_notification.png?raw=true
  26. :alt: Export Notification
  27. :width: 500 px
  28. Configuration
  29. =============
  30. To configure this module, you need to:
  31. #. Add users who require data export rights to the `Export Rights` security group, found in Settings/Users (requires developer mode to be active)
  32. #. Invite users who should receive export activity notifications to the `#data exports` notification channel
  33. Usage
  34. =====
  35. To view detailed Export Logs, go to Settings/Data Exports/Export Logs
  36. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  37. :alt: Try me on Runbot
  38. :target: https://runbot.odoo-community.org/runbot/149/10.0
  39. Bug Tracker
  40. ===========
  41. Bugs are tracked on `GitHub Issues
  42. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  43. check there if your issue has already been reported. If you spotted it first,
  44. help us smash it by providing detailed and welcomed feedback.
  45. Credits
  46. =======
  47. Images
  48. ------
  49. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  50. Contributors
  51. ------------
  52. * Brent Hughes <brent.hughes@laslabs.com>
  53. Do not contact contributors directly about support or help with technical issues.
  54. Maintainer
  55. ----------
  56. .. image:: https://odoo-community.org/logo.png
  57. :alt: Odoo Community Association
  58. :target: https://odoo-community.org
  59. This module is maintained by the OCA.
  60. OCA, or the Odoo Community Association, is a nonprofit organization whose
  61. mission is to support the collaborative development of Odoo features and
  62. promote its widespread use.
  63. To contribute to this module, please visit https://odoo-community.org.