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.

28 lines
914 B

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