diff --git a/partner_deduplicate_by_website/README.rst b/partner_deduplicate_by_website/README.rst index 12e0693df..53396b5a2 100644 --- a/partner_deduplicate_by_website/README.rst +++ b/partner_deduplicate_by_website/README.rst @@ -1,6 +1,6 @@ -================================== -Deduplicate Contacts by website -================================== +=============================== +Deduplicate Contacts by Website +=============================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -13,17 +13,17 @@ Deduplicate Contacts by website .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github - :target: https://github.com/OCA/crm/tree/11.0/crm_deduplicate_by_website - :alt: OCA/crm +.. |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 + :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/crm-11-0/crm-11-0-crm_deduplicate_by_website + :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-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/111/11.0 + :target: https://runbot.odoo-community.org/runbot/134/12.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module extends the criteria to match duplicated contacts using the field website. @@ -36,6 +36,8 @@ website. Usage ===== +To use this module, you need to: + #. Go to *CRM > Tools > Deduplicate Contacts*. #. Mark "Website" in the section "Search duplicates based on duplicated data in". @@ -44,10 +46,10 @@ Usage Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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. @@ -67,6 +69,7 @@ Contributors * Pedro M. Baeza * Vicent Cubells * Cristina Martin + * Victor M.M. Torres Maintainers ~~~~~~~~~~~ @@ -81,6 +84,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/crm `_ 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/__manifest__.py b/partner_deduplicate_by_website/__manifest__.py index 8d1bc2f7b..cac136b77 100644 --- a/partner_deduplicate_by_website/__manifest__.py +++ b/partner_deduplicate_by_website/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Deduplicate Contacts by Website", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "category": "Tools", "website": "https://github.com/OCA/crm", "author": "Tecnativa, " @@ -13,8 +13,7 @@ "license": "AGPL-3", "installable": True, "depends": [ - "crm", - "crm_deduplicate_acl", + "partner_deduplicate_acl", ], "data": [ 'wizards/partner_merge_view.xml', diff --git a/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst b/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..298a06e2f --- /dev/null +++ b/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* `Tecnativa `__: + + * Pedro M. Baeza + * Vicent Cubells + * Cristina Martin + * Victor M.M. Torres diff --git a/partner_deduplicate_by_website/readme/DESCRIPTION.rst b/partner_deduplicate_by_website/readme/DESCRIPTION.rst new file mode 100644 index 000000000..840c71649 --- /dev/null +++ b/partner_deduplicate_by_website/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module extends the criteria to match duplicated contacts using the field +website. diff --git a/partner_deduplicate_by_website/readme/USAGE.rst b/partner_deduplicate_by_website/readme/USAGE.rst new file mode 100644 index 000000000..700320310 --- /dev/null +++ b/partner_deduplicate_by_website/readme/USAGE.rst @@ -0,0 +1,6 @@ +To use this module, you need to: + +#. Go to *CRM > Tools > Deduplicate Contacts*. +#. Mark "Website" in the section "Search duplicates based on duplicated data + in". +#. This criteria will be used for deduplicating. diff --git a/partner_deduplicate_by_website/static/description/index.html b/partner_deduplicate_by_website/static/description/index.html new file mode 100644 index 000000000..3d1af8898 --- /dev/null +++ b/partner_deduplicate_by_website/static/description/index.html @@ -0,0 +1,437 @@ + + + + + + +Deduplicate Contacts by Website + + + +
+

Deduplicate Contacts by Website

+ + +

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

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to CRM > Tools > Deduplicate Contacts.
  2. +
  3. Mark “Website” in the section “Search duplicates based on duplicated data +in”.
  4. +
  5. This criteria will be used for deduplicating.
  6. +
+
+
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+
    +
  • Tecnativa:
      +
    • Pedro M. Baeza
    • +
    • Vicent Cubells
    • +
    • Cristina Martin
    • +
    • Victor M.M. Torres
    • +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

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

+
+
+
+ + diff --git a/partner_deduplicate_by_website/wizards/partner_merge_view.xml b/partner_deduplicate_by_website/wizards/partner_merge_view.xml index 797260760..893f136d1 100644 --- a/partner_deduplicate_by_website/wizards/partner_merge_view.xml +++ b/partner_deduplicate_by_website/wizards/partner_merge_view.xml @@ -7,7 +7,7 @@ base.partner.merge.automatic.wizard - +