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.

21 lines
677 B

  1. # Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  2. # Copyright 2017 Vicent Cubells <vicent.cubells@tecnativa.com>
  3. # Copyright 2019 Victor M.M Torres <victor.martin@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Exclude records from the deduplication",
  7. "version": "12.0.1.0.0",
  8. "category": "Tools",
  9. "website": "https://github.com/OCA/partner-contact",
  10. "author": "Tecnativa, "
  11. "Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "installable": True,
  14. "depends": [
  15. "partner_deduplicate_acl",
  16. ],
  17. "data": [
  18. 'wizards/partner_merge_view.xml',
  19. ],
  20. }