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

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Tecnativa, S.L. - Jairo Llopis
  3. # © 2016 Tecnativa, S.L. - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Deduplicate Contacts ACL",
  7. "summary": "Contact deduplication with fine-grained permission control",
  8. "version": "10.0.1.0.0",
  9. "category": "Tools",
  10. "website": "http://www.tecnativa.com",
  11. "author": "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "depends": [
  17. "crm",
  18. ],
  19. "data": [
  20. "security/crm_deduplicate_acl_security.xml",
  21. "wizards/partner_merge_view.xml",
  22. "views/base_partner_merge_view.xml",
  23. ],
  24. "images": [
  25. "images/perms.png",
  26. ],
  27. }