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

11 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Camptocamp SA
  3. # Copyright 2017 Jarsa Sistemas
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. from odoo.addons.crm.wizard.base_partner_merge import * # noqa
  6. class NoCRMMergePartnerLine(MergePartnerLine): # noqa
  7. _module = 'base_partner_merge'
  8. class NoCRMMergePartnerAutomatic(MergePartnerAutomatic): # noqa
  9. _module = 'base_partner_merge'