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
421 B

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