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

  1. # Copyright 2016 Camptocamp SA
  2. # Copyright 2017 Jarsa Sistemas
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Deduplicate Contacts (No CRM)",
  6. 'version': '11.0.1.0.1',
  7. 'summary': "Partner merge wizard without dependency on CRM",
  8. 'category': 'Generic Modules/Base',
  9. 'author': "Camptocamp,Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/OCA/partner-contact',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'base',
  14. 'mail'
  15. ],
  16. 'data': [
  17. 'views/base_partner_merge.xml',
  18. ],
  19. 'installable': True,
  20. }