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.

29 lines
925 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Tecnativa - Jairo Llopis
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Privacy - Consent",
  6. "summary": "Allow people to explicitly accept or reject inclusion "
  7. "in some activity, GDPR compliant",
  8. "version": "10.0.1.0.0",
  9. "development_status": "Production/Stable",
  10. "category": "Privacy",
  11. "website": "https://github.com/OCA/management-activity",
  12. "author": "Tecnativa, Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "depends": [
  17. "privacy",
  18. ],
  19. "data": [
  20. "security/ir.model.access.csv",
  21. "data/ir_actions_server.xml",
  22. "data/ir_cron.xml",
  23. "data/mail.xml",
  24. "templates/form.xml",
  25. "views/privacy_consent.xml",
  26. "views/privacy_activity.xml",
  27. "views/res_partner.xml",
  28. ],
  29. }