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

{
'name': 'Base Partner Merge',
'author': 'OpenERP S.A.',
'category': 'Generic Modules/Base',
'version': '0.1',
'description': """
backport module, to be removed when we switch to saas2 on the private servers
""",
'depends': [
'base',
],
'data': [
'security/security.xml',
'base_partner_merge_view.xml',
],
'installable': True,
}