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

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Camptocamp SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Deduplicate Contacts (No CRM)",
  6. 'summary': "Partner merge wizard without dependency on CRM",
  7. 'author': "Camptocamp,Odoo Community Association (OCA)",
  8. 'license': 'AGPL-3',
  9. 'category': 'Generic Modules/Base',
  10. 'version': '9.0.1.0.0',
  11. 'depends': [
  12. 'base',
  13. 'mail'
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'views/base_partner_merge.xml',
  18. ],
  19. 'installable': True,
  20. }