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.

20 lines
707 B

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