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.

63 lines
2.1 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. Audit Log - Track user operations
  6. =================================
  7. This module allows the administrator to log user operations performed on data
  8. models such as ``create``, ``read``, ``write`` and ``delete``.
  9. Usage
  10. =====
  11. Go to `Reporting / Audit / Rules` to subscribe rules. A rule defines which
  12. operations to log for a given data model.
  13. Then, check logs in the `Reporting / Audit / Logs` menu.
  14. A scheduled action exists to delete logs older than 6 months (180 days)
  15. automatically but is not enabled by default.
  16. To activate it and/or change the delay, go to the
  17. `Configuration / Technical / Automation / Scheduled Actions` menu and edit the
  18. `Auto-vacuum audit logs` entry.
  19. During installation, a one-time script will migrate any existing data from the
  20. `audittrail` module (rules and logs).
  21. Known issues / Roadmap
  22. ======================
  23. * log only operations triggered by some users (currently it logs all users)
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  27. In case of trouble, please check there if your issue has already been reported.
  28. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  29. `here <https://github.com/OCA/server-tools/issues/new?body=module:%20auditlog%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  30. Credits
  31. =======
  32. Contributors
  33. ------------
  34. * Sebastien Alix <sebastien.alix@osiell.com>
  35. * Holger Brunn <hbrunn@therp.nl>
  36. Maintainer
  37. ----------
  38. .. image:: http://odoo-community.org/logo.png
  39. :alt: Odoo Community Association
  40. :target: http://odoo-community.org
  41. This module is maintained by the OCA.
  42. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  43. To contribute to this module, please visit http://odoo-community.org.