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.

27 lines
871 B

  1. # Copyright 2019 Myceliandre - Nicolas JEUDY
  2. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  3. {
  4. "name": "Private Personal Data details",
  5. "version": "12.0.1.0.0",
  6. "category": "Data Protection",
  7. "summary": "Provides private data details on privacy activity ",
  8. "author": "Nicolas JEUDY, " "Odoo Community Association (OCA)",
  9. "website": "http://www.github.com/OCA/data-protection",
  10. "license": "AGPL-3",
  11. "data": [
  12. "security/ir.model.access.csv",
  13. "views/privacy_activity_view.xml",
  14. "views/privacy_personal_data_view.xml",
  15. "views/privacy_personal_category_view.xml",
  16. "views/privacy_objective_view.xml",
  17. "views/res_partner_view.xml",
  18. ],
  19. "demo": [],
  20. "depends": [
  21. "mail",
  22. "privacy",
  23. "hr",
  24. ],
  25. "installable": True,
  26. "application": False,
  27. }