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.

18 lines
547 B

  1. # Copyright 2017 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Deduplicate Contacts by reference",
  5. "version": "12.0.1.0.0",
  6. "category": "Tools",
  7. "website": "https://www.github.com/OCA/partner-contact",
  8. "author": "Tecnativa, "
  9. "Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "installable": True,
  12. "depends": [
  13. "partner_deduplicate_acl",
  14. ],
  15. "data": [
  16. 'wizards/partner_merge_view.xml',
  17. ],
  18. }