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

# -*- coding: utf-8 -*-
{
'name': 'Base Partner Merge',
'author': "OpenERP S.A.,Odoo Community Association (OCA)",
'category': 'Generic Modules/Base',
'version': '8.0.0.1.0',
'license': 'AGPL-3',
'depends': [
'base',
'mail'
],
'data': [
'security/ir.model.access.csv',
'base_partner_merge_view.xml',
],
'installable': True,
}