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.

22 lines
541 B

9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Deduplicate Contacts (OCA)",
  4. 'author': "Camptocamp,Sunflower IT,Odoo Community Association (OCA)",
  5. 'category': 'Generic Modules/Base',
  6. 'version': '8.0.1.0.0',
  7. 'license': 'AGPL-3',
  8. 'depends': [
  9. 'base',
  10. 'mail',
  11. 'base_manifest_extension',
  12. ],
  13. 'depends_if_installed': [
  14. 'crm',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'views/base_partner_merge.xml',
  19. ],
  20. 'installable': True,
  21. 'post_load': 'post_load_hook',
  22. }