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.

16 lines
446 B

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