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

  1. {
  2. 'name': 'Base Partner Merge',
  3. 'author': "OpenERP S.A.,Odoo Community Association (OCA)",
  4. 'category': 'Generic Modules/Base',
  5. 'version': '8.0.0.1.0',
  6. 'description': """
  7. backport module, to be removed when we switch to saas2 on the private servers
  8. """,
  9. 'depends': [
  10. 'base',
  11. 'mail'
  12. ],
  13. 'data': [
  14. 'security/ir.model.access.csv',
  15. 'base_partner_merge_view.xml',
  16. ],
  17. 'installable': False,
  18. }