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.
13 lines
409 B
13 lines
409 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Camptocamp SA
|
|
# Copyright 2017 Jarsa Sistemas
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from odoo.addons.crm.wizard.base_partner_merge import * # noqa
|
|
|
|
|
|
class NoCRMMergePartnerLine(MergePartnerLine): # noqa
|
|
_module = 'base_partner_merge'
|
|
|
|
|
|
class NoCRMMergePartnerAutomatic(MergePartnerAutomatic): # noqa
|
|
_module = 'base_partner_merge'
|