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.

22 lines
816 B

  1. # Copyright 2018 Eficent Business and IT Consulting Services S.L.
  2. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  3. {
  4. "name": "Data Privacy and Protection",
  5. "version": "13.0.1.0.1",
  6. "category": "Data Protection",
  7. "summary": "Provides data privacy and protection features "
  8. "to comply to regulations, such as GDPR.",
  9. "author": "Eficent, " "Tecnativa, " "Odoo Community Association (OCA)",
  10. "website": "http://www.github.com/OCA/data-protection",
  11. "license": "AGPL-3",
  12. "data": [
  13. "security/data_protection.xml",
  14. "security/ir.model.access.csv",
  15. "views/data_protection_menu_view.xml",
  16. "views/privacy_activity_view.xml",
  17. ],
  18. "demo": ["demo/res_users.xml"],
  19. "depends": ["mail"],
  20. "installable": True,
  21. "application": True,
  22. }