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
18 lines
456 B
{
|
|
'name': 'Base Partner Merge',
|
|
'author': "OpenERP S.A.,Odoo Community Association (OCA)",
|
|
'category': 'Generic Modules/Base',
|
|
'version': '8.0.0.1.0',
|
|
'description': """
|
|
backport module, to be removed when we switch to saas2 on the private servers
|
|
""",
|
|
'depends': [
|
|
'base',
|
|
'mail'
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'base_partner_merge_view.xml',
|
|
],
|
|
'installable': False,
|
|
}
|