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.

17 lines
398 B

9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Base Partner Merge',
  4. 'author': "OpenERP S.A.,Odoo Community Association (OCA)",
  5. 'category': 'Generic Modules/Base',
  6. 'version': '8.0.0.1.0',
  7. 'license': 'AGPL-3',
  8. 'depends': [
  9. 'base',
  10. 'mail'
  11. ],
  12. 'data': [
  13. 'security/ir.model.access.csv',
  14. 'base_partner_merge_view.xml',
  15. ],
  16. 'installable': True,
  17. }