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.

23 lines
607 B

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