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

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