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.

58 lines
1.8 KiB

  1. Track user operation on data models
  2. ===================================
  3. This module allows the administrator to log user operations performed on data
  4. models such as ``create``, ``read``, ``write`` and ``delete``.
  5. Usage
  6. =====
  7. Go to `Reporting / Audit / Rules` to subscribe rules. A rule defines which
  8. operations to log for a given data model.
  9. Then, check logs in the `Reporting / Audit / Logs` menu.
  10. During installation, it will migrate any existing data from the `audittrail`
  11. module (rules and logs).
  12. For further information, please visit:
  13. * https://www.odoo.com/forum/help-1
  14. Known issues / Roadmap
  15. ======================
  16. * log only operations triggered by some users (currently it logs all users)
  17. * group logs by HTTP query (thanks to werzeug)?
  18. * group HTTP query by user session?
  19. Bug Tracker
  20. ===========
  21. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  22. In case of trouble, please check there if your issue has already been reported.
  23. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  24. `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**>`_.
  25. Credits
  26. =======
  27. Contributors
  28. ------------
  29. * Sebastien Alix <sebastien.alix@osiell.com>
  30. * Holger Brunn <hbrunn@therp.nl>
  31. Maintainer
  32. ----------
  33. .. image:: http://odoo-community.org/logo.png
  34. :alt: Odoo Community Association
  35. :target: http://odoo-community.org
  36. This module is maintained by the OCA.
  37. 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.
  38. To contribute to this module, please visit http://odoo-community.org.