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
868 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, "
  9. "Odoo Community Association (OCA)",
  10. 'website': 'http://www.github.com/OCA/data-protection',
  11. 'license': 'AGPL-3',
  12. 'data': [
  13. 'security/ir.model.access.csv',
  14. 'views/privacy_activity_view.xml',
  15. 'views/privacy_personal_data_view.xml',
  16. 'views/privacy_personal_category_view.xml',
  17. 'views/privacy_objective_view.xml',
  18. 'views/res_partner_view.xml',
  19. ],
  20. 'demo': [
  21. ],
  22. 'depends': [
  23. 'mail', 'privacy',
  24. ],
  25. 'installable': True,
  26. 'application': False,
  27. }