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.

29 lines
899 B

  1. # Copyright 2016 Tecnativa - Jairo Llopis
  2. # Copyright 2016 Tecnativa - Vicent Cubells
  3. # Copyright 2017-2018 Tecnativa - Pedro M. Baeza
  4. # Copyright 2019 Tecnativa - Victor M.M. Torres
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Deduplicate Contacts ACL",
  8. "summary": "Contact deduplication with fine-grained permission control",
  9. "version": "12.0.1.0.0",
  10. "category": "Tools",
  11. "website": "https://github.com/OCA/partner-contact",
  12. "author": "Tecnativa, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. "depends": [
  18. "contacts",
  19. ],
  20. "data": [
  21. "security/partner_deduplicate_acl_security.xml",
  22. "wizards/partner_merge_view.xml",
  23. "views/base_partner_merge_view.xml",
  24. ],
  25. "images": [
  26. "images/perms.png",
  27. ],
  28. }