Browse Source
Merge pull request #182 from charbeljc/issue_179
Merge pull request #182 from charbeljc/issue_179
[FIX][8.0][base_partner_merge] Merging two partners with same follower fails no more. Fixes #179pull/244/head
Holger Brunn
9 years ago
4 changed files with 77 additions and 16 deletions
-
43base_partner_merge/README.rst
-
3base_partner_merge/__init__.py
-
5base_partner_merge/__openerp__.py
-
42base_partner_merge/base_partner_merge.py
@ -0,0 +1,43 @@ |
|||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
|||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
|||
:alt: License: AGPL-3 |
|||
|
|||
================== |
|||
Base Partner Merge |
|||
================== |
|||
|
|||
|
|||
This module implements merging of multiple partners |
|||
depending on their similarity |
|||
|
|||
Bug Tracker |
|||
=========== |
|||
|
|||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_. |
|||
In case of trouble, please check there if your issue has already been reported. |
|||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback |
|||
`here <https://github.com/OCA/partner-contact/issues/new?body=module:%20base_partner_merge%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
|||
|
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
|
|||
* Charbel Jacquin <charbel.jacquin@camptocamp.com> |
|||
|
|||
Maintainer |
|||
---------- |
|||
|
|||
.. image:: https://odoo-community.org/logo.png |
|||
:alt: Odoo Community Association |
|||
:target: https://odoo-community.org |
|||
|
|||
This module is maintained by the OCA. |
|||
|
|||
OCA, or the Odoo Community Association, is a nonprofit organization whose |
|||
mission is to support the collaborative development of Odoo features and |
|||
promote its widespread use. |
|||
|
|||
To contribute to this module, please visit http://odoo-community.org. |
@ -1 +1,2 @@ |
|||
from . import base_partner_merge |
|||
# -*- coding: utf-8 -*- |
|||
from . import base_partner_merge # NOQA |
Write
Preview
Loading…
Cancel
Save
Reference in new issue