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.

46 lines
1.2 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. For further information, please visit:
  11. * https://www.odoo.com/forum/help-1
  12. Known issues / Roadmap
  13. ======================
  14. * log ``read`` operations
  15. * log only operations triggered by some users (currently it logs all users)
  16. * group logs by HTTP query (thanks to werzeug)?
  17. * group HTTP query by user session?
  18. Credits
  19. =======
  20. Contributors
  21. ------------
  22. * Sebastien Alix <sebastien.alix@osiell.com>
  23. * Holger Brunn <hbrunn@therp.nl>
  24. Maintainer
  25. ----------
  26. .. image:: http://odoo-community.org/logo.png
  27. :alt: Odoo Community Association
  28. :target: http://odoo-community.org
  29. This module is maintained by the OCA.
  30. 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.
  31. To contribute to this module, please visit http://odoo-community.org.