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.
21 lines
596 B
21 lines
596 B
# -*- coding: utf-8 -*-
|
|
# © 2016 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': "Deduplicate Contacts (No CRM)",
|
|
'summary': "Partner merge wizard without dependency on CRM",
|
|
'author': "Camptocamp,Odoo Community Association (OCA)",
|
|
'license': 'AGPL-3',
|
|
'category': 'Generic Modules/Base',
|
|
'version': '9.0.1.0.0',
|
|
'depends': [
|
|
'base',
|
|
'mail'
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/base_partner_merge.xml',
|
|
],
|
|
'installable': True,
|
|
'post_load': 'post_load_hook',
|
|
}
|