diff --git a/partner_deduplicate_by_website/README.rst b/partner_deduplicate_by_website/README.rst index 0968daec9..bcc2c2fb5 100644 --- a/partner_deduplicate_by_website/README.rst +++ b/partner_deduplicate_by_website/README.rst @@ -14,13 +14,13 @@ Deduplicate Contacts by Website :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github - :target: https://github.com/OCA/partner-contact/tree/12.0/partner_deduplicate_by_website + :target: https://github.com/OCA/partner-contact/tree/13.0/partner_deduplicate_by_website :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_deduplicate_by_website + :target: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_deduplicate_by_website :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/134/12.0 + :target: https://runbot.odoo-community.org/runbot/134/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -66,7 +66,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -87,6 +87,7 @@ Contributors * Vicent Cubells * Cristina Martin * Victor M.M. Torres +* Kevin Khao Maintainers ~~~~~~~~~~~ @@ -101,6 +102,6 @@ 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. -This module is part of the `OCA/partner-contact `_ project on GitHub. +This module is part of the `OCA/partner-contact `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/partner_deduplicate_by_website/__init__.py b/partner_deduplicate_by_website/__init__.py index 2d2a05ce9..a18dad97f 100644 --- a/partner_deduplicate_by_website/__init__.py +++ b/partner_deduplicate_by_website/__init__.py @@ -1,3 +1,3 @@ -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import wizards diff --git a/partner_deduplicate_by_website/__manifest__.py b/partner_deduplicate_by_website/__manifest__.py index 78f9dc343..7ddb899aa 100644 --- a/partner_deduplicate_by_website/__manifest__.py +++ b/partner_deduplicate_by_website/__manifest__.py @@ -1,11 +1,11 @@ # Copyright 2016 Tecnativa - Pedro M. Baeza # Copyright 2017 Tecnativa - Vicent Cubells # Copyright 2018 Tecnativa - Cristina Martin -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Deduplicate Contacts by Website", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "category": "Tools", "website": "https://github.com/OCA/crm", "author": "Tecnativa, " "Odoo Community Association (OCA)", diff --git a/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst b/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst index 298a06e2f..7d2f732d8 100644 --- a/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst +++ b/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst @@ -4,3 +4,4 @@ * Vicent Cubells * Cristina Martin * Victor M.M. Torres +* Kevin Khao diff --git a/partner_deduplicate_by_website/static/description/index.html b/partner_deduplicate_by_website/static/description/index.html index a08092ef5..61e4bee2a 100644 --- a/partner_deduplicate_by_website/static/description/index.html +++ b/partner_deduplicate_by_website/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

This module extends the criteria to match duplicated contacts using the field website.

Table of contents

@@ -417,7 +417,7 @@ test-deduplicate.com

Bugs are tracked on GitHub 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.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -438,6 +438,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Victor M.M. Torres
  • +
  • Kevin Khao <kevinkhao@gmail.com>
  • @@ -447,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    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.

    -

    This module is part of the OCA/partner-contact project on GitHub.

    +

    This module is part of the OCA/partner-contact project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/partner_deduplicate_by_website/tests/__init__.py b/partner_deduplicate_by_website/tests/__init__.py index a38181564..8df84430a 100644 --- a/partner_deduplicate_by_website/tests/__init__.py +++ b/partner_deduplicate_by_website/tests/__init__.py @@ -1,3 +1,3 @@ -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import test_crm_deduplicate_by_website diff --git a/partner_deduplicate_by_website/tests/test_crm_deduplicate_by_website.py b/partner_deduplicate_by_website/tests/test_crm_deduplicate_by_website.py index b944aeddc..da2f02287 100644 --- a/partner_deduplicate_by_website/tests/test_crm_deduplicate_by_website.py +++ b/partner_deduplicate_by_website/tests/test_crm_deduplicate_by_website.py @@ -1,6 +1,6 @@ # Copyright 2016 Tecnativa - Pedro M. Baeza # Copyright 2018 Tecnativa - Cristina Martin -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo.tests import common from odoo.tools.safe_eval import safe_eval diff --git a/partner_deduplicate_by_website/wizards/__init__.py b/partner_deduplicate_by_website/wizards/__init__.py index 4415a7524..eee5199e3 100644 --- a/partner_deduplicate_by_website/wizards/__init__.py +++ b/partner_deduplicate_by_website/wizards/__init__.py @@ -1,4 +1,4 @@ # © 2016 Antiun Ingeniería S.L. - Jairo Llopis -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import partner_merge diff --git a/partner_deduplicate_by_website/wizards/partner_merge.py b/partner_deduplicate_by_website/wizards/partner_merge.py index 4cc49ef21..00a7f7d93 100644 --- a/partner_deduplicate_by_website/wizards/partner_merge.py +++ b/partner_deduplicate_by_website/wizards/partner_merge.py @@ -1,5 +1,5 @@ # Copyright 2016 Tecnativa - Pedro M. Baeza -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import fields, models diff --git a/partner_deduplicate_by_website/wizards/partner_merge_view.xml b/partner_deduplicate_by_website/wizards/partner_merge_view.xml index 893f136d1..c5fe181b7 100644 --- a/partner_deduplicate_by_website/wizards/partner_merge_view.xml +++ b/partner_deduplicate_by_website/wizards/partner_merge_view.xml @@ -1,7 +1,7 @@ + License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -->