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
559 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Akretion <https://akretion.com>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Privacy GDPR CRM",
  6. "version": "8.0.1.0.0",
  7. "author": "Akretion,Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "category": "GDPR",
  10. "summary": "Delete Crm Leads after removing a partner datas",
  11. "depends": [
  12. 'privacy_right_to_be_forgotten',
  13. 'crm',
  14. ],
  15. "data": [
  16. ],
  17. "installable": True,
  18. "application": False,
  19. 'auto_install': True,
  20. }