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.

24 lines
631 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 ABF OSIELL <http://osiell.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Audit Log",
  6. 'version': "10.0.1.0.0",
  7. 'author': "ABF OSIELL,Odoo Community Association (OCA)",
  8. 'license': "AGPL-3",
  9. 'website': "http://www.osiell.com",
  10. 'category': "Tools",
  11. 'depends': [
  12. 'base',
  13. ],
  14. 'data': [
  15. 'security/ir.model.access.csv',
  16. 'data/ir_cron.xml',
  17. 'views/auditlog_view.xml',
  18. 'views/http_session_view.xml',
  19. 'views/http_request_view.xml',
  20. ],
  21. 'application': True,
  22. 'installable': True,
  23. }