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
885 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': '11.0.1.0.0',
  6. 'category': 'Data Protection',
  7. 'summary': 'Provides data privacy and protection features '
  8. 'to comply to regulations, such as GDPR.',
  9. 'author': "Eficent, "
  10. "Tecnativa, "
  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. 'security/ir.model.access.csv',
  17. 'views/data_protection_menu_view.xml',
  18. 'views/privacy_activity_view.xml',
  19. ],
  20. 'demo': [
  21. 'demo/res_users.xml',
  22. ],
  23. 'depends': [
  24. 'mail',
  25. ],
  26. 'installable': True,
  27. 'application': True,
  28. }