diff --git a/partner_deduplicate_by_website/README.rst b/partner_deduplicate_by_website/README.rst new file mode 100644 index 000000000..bcc2c2fb5 --- /dev/null +++ b/partner_deduplicate_by_website/README.rst @@ -0,0 +1,107 @@ +=============================== +Deduplicate Contacts by Website +=============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |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%2Fpartner--contact-lightgray.png?logo=github + :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-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/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module extends the criteria to match duplicated contacts using the field +website. + +**Table of contents** + +.. contents:: + :local: + +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". +#. This criteria will be used for deduplicating. + +Known issues / Roadmap +====================== + +* As is current now website comparasion as is now is need to be extrictly the same + but all these example of url should be consider the same: + + www.test-deduplicate.com + test-deduplicate.com + http://test-deduplicate.com + https://test-deduplicate.com + http://test-deduplicate.com/ + https://test-deduplicate.com/ + http://www.test-deduplicate.com + https://www.test-deduplicate.com + http://www.test-deduplicate.com/ + https://www.test-deduplicate.com/ + +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 +* Kevin Khao + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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/__init__.py b/partner_deduplicate_by_website/__init__.py new file mode 100644 index 000000000..a18dad97f --- /dev/null +++ b/partner_deduplicate_by_website/__init__.py @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 000000000..4ed8fd30d --- /dev/null +++ b/partner_deduplicate_by_website/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2016 Tecnativa - Pedro M. Baeza +# Copyright 2017 Tecnativa - Vicent Cubells +# Copyright 2018 Tecnativa - Cristina Martin +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Deduplicate Contacts by Website", + "version": "14.0.1.0.0", + "category": "Tools", + "website": "https://github.com/OCA/partner-contact", + "author": "Tecnativa, " "Odoo Community Association (OCA)", + "license": "AGPL-3", + "installable": True, + "depends": ["partner_deduplicate_acl"], + "data": ["wizards/partner_merge_view.xml"], +} diff --git a/partner_deduplicate_by_website/i18n/ar.po b/partner_deduplicate_by_website/i18n/ar.po new file mode 100644 index 000000000..cccbd0dcb --- /dev/null +++ b/partner_deduplicate_by_website/i18n/ar.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "الموقع" diff --git a/partner_deduplicate_by_website/i18n/bg.po b/partner_deduplicate_by_website/i18n/bg.po new file mode 100644 index 000000000..8f79b940d --- /dev/null +++ b/partner_deduplicate_by_website/i18n/bg.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Уебсайт" diff --git a/partner_deduplicate_by_website/i18n/bs.po b/partner_deduplicate_by_website/i18n/bs.po new file mode 100644 index 000000000..5a9572f8a --- /dev/null +++ b/partner_deduplicate_by_website/i18n/bs.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Web stranica" diff --git a/partner_deduplicate_by_website/i18n/ca.po b/partner_deduplicate_by_website/i18n/ca.po new file mode 100644 index 000000000..d02cc72d2 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/ca.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Lloc web" diff --git a/partner_deduplicate_by_website/i18n/crm_deduplicate_by_website.pot b/partner_deduplicate_by_website/i18n/crm_deduplicate_by_website.pot new file mode 100644 index 000000000..e9edab8a0 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/crm_deduplicate_by_website.pot @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard_group_by_website +msgid "Website" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "base.partner.merge.automatic.wizard" +msgstr "" + diff --git a/partner_deduplicate_by_website/i18n/cs.po b/partner_deduplicate_by_website/i18n/cs.po new file mode 100644 index 000000000..5f4c96fc2 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/cs.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Webová stránka" diff --git a/partner_deduplicate_by_website/i18n/da.po b/partner_deduplicate_by_website/i18n/da.po new file mode 100644 index 000000000..3e94433fb --- /dev/null +++ b/partner_deduplicate_by_website/i18n/da.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Hjemmeside" diff --git a/partner_deduplicate_by_website/i18n/de.po b/partner_deduplicate_by_website/i18n/de.po new file mode 100644 index 000000000..5ea27cc4b --- /dev/null +++ b/partner_deduplicate_by_website/i18n/de.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# Rudolf Schnapka , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Webseite" + +#~ msgid "base.partner.merge.automatic.wizard" +#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_by_website/i18n/el_GR.po b/partner_deduplicate_by_website/i18n/el_GR.po new file mode 100644 index 000000000..2ac39199f --- /dev/null +++ b/partner_deduplicate_by_website/i18n/el_GR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Ιστότοπος" diff --git a/partner_deduplicate_by_website/i18n/en_GB.po b/partner_deduplicate_by_website/i18n/en_GB.po new file mode 100644 index 000000000..73e39d329 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/en_GB.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Website" diff --git a/partner_deduplicate_by_website/i18n/es.po b/partner_deduplicate_by_website/i18n/es.po new file mode 100644 index 000000000..fc58a0978 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es.po @@ -0,0 +1,32 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio web" + +#~ msgid "base.partner.merge.automatic.wizard" +#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_by_website/i18n/es_AR.po b/partner_deduplicate_by_website/i18n/es_AR.po new file mode 100644 index 000000000..3ae5e089f --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_AR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2020-12-08 20:36+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/" +"23907/es_AR/)\n" +"Language: es_AR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "Fusionar Asistente de Socio" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio web" diff --git a/partner_deduplicate_by_website/i18n/es_CL.po b/partner_deduplicate_by_website/i18n/es_CL.po new file mode 100644 index 000000000..de4d5d613 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_CL.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio Web" diff --git a/partner_deduplicate_by_website/i18n/es_CO.po b/partner_deduplicate_by_website/i18n/es_CO.po new file mode 100644 index 000000000..32f089abe --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_CO.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio Web" diff --git a/partner_deduplicate_by_website/i18n/es_CR.po b/partner_deduplicate_by_website/i18n/es_CR.po new file mode 100644 index 000000000..265780cf2 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_CR.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio web" diff --git a/partner_deduplicate_by_website/i18n/es_DO.po b/partner_deduplicate_by_website/i18n/es_DO.po new file mode 100644 index 000000000..34286525a --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_DO.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio web" diff --git a/partner_deduplicate_by_website/i18n/es_EC.po b/partner_deduplicate_by_website/i18n/es_EC.po new file mode 100644 index 000000000..360b50e20 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_EC.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio web" diff --git a/partner_deduplicate_by_website/i18n/es_MX.po b/partner_deduplicate_by_website/i18n/es_MX.po new file mode 100644 index 000000000..632207df6 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_MX.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio Web" diff --git a/partner_deduplicate_by_website/i18n/es_PE.po b/partner_deduplicate_by_website/i18n/es_PE.po new file mode 100644 index 000000000..a8fe29ec9 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/es_PE.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio Web" diff --git a/partner_deduplicate_by_website/i18n/et.po b/partner_deduplicate_by_website/i18n/et.po new file mode 100644 index 000000000..b0f684864 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/et.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Veebileht" diff --git a/partner_deduplicate_by_website/i18n/eu.po b/partner_deduplicate_by_website/i18n/eu.po new file mode 100644 index 000000000..409113c26 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/eu.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# Esther Martín Menéndez , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: Esther Martín Menéndez , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Website" diff --git a/partner_deduplicate_by_website/i18n/fa.po b/partner_deduplicate_by_website/i18n/fa.po new file mode 100644 index 000000000..6b1f6458e --- /dev/null +++ b/partner_deduplicate_by_website/i18n/fa.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "تارنما" diff --git a/partner_deduplicate_by_website/i18n/fi.po b/partner_deduplicate_by_website/i18n/fi.po new file mode 100644 index 000000000..0907fe4f8 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/fi.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Verkkosivut" diff --git a/partner_deduplicate_by_website/i18n/fr.po b/partner_deduplicate_by_website/i18n/fr.po new file mode 100644 index 000000000..920c03062 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/fr.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Site Internet" diff --git a/partner_deduplicate_by_website/i18n/gl.po b/partner_deduplicate_by_website/i18n/gl.po new file mode 100644 index 000000000..c3a590da0 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/gl.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2019-02-04 10:50+0000\n" +"Last-Translator: Marta Vázquez Rodríguez \n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.4\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sitio web" + +#~ msgid "base.partner.merge.automatic.wizard" +#~ msgstr "'base.partner.merge.automatic.wizard'" diff --git a/partner_deduplicate_by_website/i18n/he.po b/partner_deduplicate_by_website/i18n/he.po new file mode 100644 index 000000000..16ca1f5ec --- /dev/null +++ b/partner_deduplicate_by_website/i18n/he.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "אתר" diff --git a/partner_deduplicate_by_website/i18n/hr.po b/partner_deduplicate_by_website/i18n/hr.po new file mode 100644 index 000000000..3f74272b3 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/hr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Web stranica" diff --git a/partner_deduplicate_by_website/i18n/hr_HR.po b/partner_deduplicate_by_website/i18n/hr_HR.po new file mode 100644 index 000000000..ac5cb3501 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/hr_HR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Webstranice" diff --git a/partner_deduplicate_by_website/i18n/hu.po b/partner_deduplicate_by_website/i18n/hu.po new file mode 100644 index 000000000..e37b72bce --- /dev/null +++ b/partner_deduplicate_by_website/i18n/hu.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Honlap" diff --git a/partner_deduplicate_by_website/i18n/id.po b/partner_deduplicate_by_website/i18n/id.po new file mode 100644 index 000000000..7620b4dab --- /dev/null +++ b/partner_deduplicate_by_website/i18n/id.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Situs Web" diff --git a/partner_deduplicate_by_website/i18n/it.po b/partner_deduplicate_by_website/i18n/it.po new file mode 100644 index 000000000..a9a7194d9 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/it.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Sito internet" diff --git a/partner_deduplicate_by_website/i18n/ja.po b/partner_deduplicate_by_website/i18n/ja.po new file mode 100644 index 000000000..2f154de73 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/ja.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "ウェブサイト" diff --git a/partner_deduplicate_by_website/i18n/ko.po b/partner_deduplicate_by_website/i18n/ko.po new file mode 100644 index 000000000..b3abdd009 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/ko.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "웹사이트" diff --git a/partner_deduplicate_by_website/i18n/lt.po b/partner_deduplicate_by_website/i18n/lt.po new file mode 100644 index 000000000..f2013bc9c --- /dev/null +++ b/partner_deduplicate_by_website/i18n/lt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Tinklapis" diff --git a/partner_deduplicate_by_website/i18n/lv.po b/partner_deduplicate_by_website/i18n/lv.po new file mode 100644 index 000000000..de8e38b0d --- /dev/null +++ b/partner_deduplicate_by_website/i18n/lv.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Tīkla vietne" diff --git a/partner_deduplicate_by_website/i18n/mk.po b/partner_deduplicate_by_website/i18n/mk.po new file mode 100644 index 000000000..dfc217e8c --- /dev/null +++ b/partner_deduplicate_by_website/i18n/mk.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Вебсајт" diff --git a/partner_deduplicate_by_website/i18n/mn.po b/partner_deduplicate_by_website/i18n/mn.po new file mode 100644 index 000000000..b9697b55a --- /dev/null +++ b/partner_deduplicate_by_website/i18n/mn.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Вэбсайт" diff --git a/partner_deduplicate_by_website/i18n/nb.po b/partner_deduplicate_by_website/i18n/nb.po new file mode 100644 index 000000000..fe6766814 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/nb.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Nettsted" diff --git a/partner_deduplicate_by_website/i18n/nl.po b/partner_deduplicate_by_website/i18n/nl.po new file mode 100644 index 000000000..6294eac3f --- /dev/null +++ b/partner_deduplicate_by_website/i18n/nl.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Website" diff --git a/partner_deduplicate_by_website/i18n/partner_deduplicate_by_website.pot b/partner_deduplicate_by_website/i18n/partner_deduplicate_by_website.pot new file mode 100644 index 000000000..f1b6d2499 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/partner_deduplicate_by_website.pot @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "" diff --git a/partner_deduplicate_by_website/i18n/pl.po b/partner_deduplicate_by_website/i18n/pl.po new file mode 100644 index 000000000..31499ebb3 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/pl.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Strona WWW" diff --git a/partner_deduplicate_by_website/i18n/pt_BR.po b/partner_deduplicate_by_website/i18n/pt_BR.po new file mode 100644 index 000000000..1f9491642 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/pt_BR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2019-09-23 14:24+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" +"23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.8\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "Assistente de mesclagem de parceiros" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Website" diff --git a/partner_deduplicate_by_website/i18n/ru.po b/partner_deduplicate_by_website/i18n/ru.po new file mode 100644 index 000000000..2c28c4937 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/ru.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Сайт" diff --git a/partner_deduplicate_by_website/i18n/sk.po b/partner_deduplicate_by_website/i18n/sk.po new file mode 100644 index 000000000..069593406 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/sk.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# gebri , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Webová stránka" + +#~ msgid "base.partner.merge.automatic.wizard" +#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_by_website/i18n/sl.po b/partner_deduplicate_by_website/i18n/sl.po new file mode 100644 index 000000000..33d83264e --- /dev/null +++ b/partner_deduplicate_by_website/i18n/sl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Spletna stran" diff --git a/partner_deduplicate_by_website/i18n/sr.po b/partner_deduplicate_by_website/i18n/sr.po new file mode 100644 index 000000000..6e2313c03 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/sr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Web stranica" diff --git a/partner_deduplicate_by_website/i18n/sr@latin.po b/partner_deduplicate_by_website/i18n/sr@latin.po new file mode 100644 index 000000000..fe5d79790 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/sr@latin.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Internet stranica" diff --git a/partner_deduplicate_by_website/i18n/sv.po b/partner_deduplicate_by_website/i18n/sv.po new file mode 100644 index 000000000..ac0b8f734 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/sv.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Webbplats" diff --git a/partner_deduplicate_by_website/i18n/th.po b/partner_deduplicate_by_website/i18n/th.po new file mode 100644 index 000000000..1dbdc4807 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/th.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "เว็บไซต์" diff --git a/partner_deduplicate_by_website/i18n/tr.po b/partner_deduplicate_by_website/i18n/tr.po new file mode 100644 index 000000000..086adec12 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/tr.po @@ -0,0 +1,32 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# Ahmet Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: Ahmet Altinisik , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Web Sitesi" + +#~ msgid "base.partner.merge.automatic.wizard" +#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_by_website/i18n/uk.po b/partner_deduplicate_by_website/i18n/uk.po new file mode 100644 index 000000000..db1f60fe7 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/uk.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Веб-сайт" diff --git a/partner_deduplicate_by_website/i18n/vi.po b/partner_deduplicate_by_website/i18n/vi.po new file mode 100644 index 000000000..65bf64e3b --- /dev/null +++ b/partner_deduplicate_by_website/i18n/vi.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "Trang web" diff --git a/partner_deduplicate_by_website/i18n/zh_CN.po b/partner_deduplicate_by_website/i18n/zh_CN.po new file mode 100644 index 000000000..37f505c53 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/zh_CN.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "网站" diff --git a/partner_deduplicate_by_website/i18n/zh_TW.po b/partner_deduplicate_by_website/i18n/zh_TW.po new file mode 100644 index 000000000..dbac2eca5 --- /dev/null +++ b/partner_deduplicate_by_website/i18n/zh_TW.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_deduplicate_by_website +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 02:27+0000\n" +"PO-Revision-Date: 2017-03-28 02:27+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: partner_deduplicate_by_website +#: model:ir.model,name:partner_deduplicate_by_website.model_base_partner_merge_automatic_wizard +msgid "Merge Partner Wizard" +msgstr "" + +#. module: partner_deduplicate_by_website +#: model:ir.model.fields,field_description:partner_deduplicate_by_website.field_base_partner_merge_automatic_wizard__group_by_website +msgid "Website" +msgstr "網站" diff --git a/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst b/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..7d2f732d8 --- /dev/null +++ b/partner_deduplicate_by_website/readme/CONTRIBUTORS.rst @@ -0,0 +1,7 @@ +* `Tecnativa `__: + + * Pedro M. Baeza + * Vicent Cubells + * Cristina Martin + * Victor M.M. Torres +* Kevin Khao 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/ROADMAP.rst b/partner_deduplicate_by_website/readme/ROADMAP.rst new file mode 100644 index 000000000..835982171 --- /dev/null +++ b/partner_deduplicate_by_website/readme/ROADMAP.rst @@ -0,0 +1,13 @@ +* As is current now website comparasion as is now is need to be extrictly the same + but all these example of url should be consider the same: + + www.test-deduplicate.com + test-deduplicate.com + http://test-deduplicate.com + https://test-deduplicate.com + http://test-deduplicate.com/ + https://test-deduplicate.com/ + http://www.test-deduplicate.com + https://www.test-deduplicate.com + http://www.test-deduplicate.com/ + https://www.test-deduplicate.com/ 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/icon.png b/partner_deduplicate_by_website/static/description/icon.png new file mode 100644 index 000000000..1f1ca2b0e Binary files /dev/null and b/partner_deduplicate_by_website/static/description/icon.png differ diff --git a/partner_deduplicate_by_website/static/description/icon.svg b/partner_deduplicate_by_website/static/description/icon.svg new file mode 100644 index 000000000..39edf7d05 --- /dev/null +++ b/partner_deduplicate_by_website/static/description/icon.svg @@ -0,0 +1,111 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + 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..61e4bee2a --- /dev/null +++ b/partner_deduplicate_by_website/static/description/index.html @@ -0,0 +1,457 @@ + + + + + + +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. +
+
+
+

Known issues / Roadmap

+ +
+
+

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

+ +
+
+

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/tests/__init__.py b/partner_deduplicate_by_website/tests/__init__.py new file mode 100644 index 000000000..8df84430a --- /dev/null +++ b/partner_deduplicate_by_website/tests/__init__.py @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 000000000..da2f02287 --- /dev/null +++ b/partner_deduplicate_by_website/tests/test_crm_deduplicate_by_website.py @@ -0,0 +1,71 @@ +# Copyright 2016 Tecnativa - Pedro M. Baeza +# Copyright 2018 Tecnativa - Cristina Martin +# 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 + + +class TestDeduplicateByWebsite(common.SavepointCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.partner_1 = ( + cls.env["res.partner"] + .with_context(tracking_disable=True) + .create( + { + "name": "Partner 1", + "website": "www.test-deduplicate.com", + "email": "test@deduplicate.com", + } + ) + ) + + def test_deduplicate_by_website(self): + self.partner_2 = ( + self.env["res.partner"] + .with_context(tracking_disable=True) + .create( + { + "name": "Partner 2", + "website": "www.test-deduplicate.com", + "email": "test2@deduplicate.com", + } + ) + ) + wizard = self.env["base.partner.merge.automatic.wizard"].create( + {"group_by_website": True} + ) + wizard.action_start_manual_process() + found_match = False + for line in wizard.line_ids: + match_ids = safe_eval(line.aggr_ids) + if self.partner_1.id in match_ids and self.partner_2.id in match_ids: + found_match = True + break + self.assertTrue(found_match) + + def test_deduplicate_by_website_and_is_company(self): + self.partner_2 = ( + self.env["res.partner"] + .with_context(tracking_disable=True) + .create( + { + "name": "Partner 2", + "website": "www.test-deduplicate.com", + "email": "test@deduplicate.com", + } + ) + ) + wizard = self.env["base.partner.merge.automatic.wizard"].create( + {"group_by_website": True, "group_by_email": True} + ) + wizard.action_start_manual_process() + found_match = False + for line in wizard.line_ids: + match_ids = safe_eval(line.aggr_ids) + if self.partner_1.id in match_ids and self.partner_2.id in match_ids: + found_match = True + break + self.assertTrue(found_match) diff --git a/partner_deduplicate_by_website/wizards/__init__.py b/partner_deduplicate_by_website/wizards/__init__.py new file mode 100644 index 000000000..eee5199e3 --- /dev/null +++ b/partner_deduplicate_by_website/wizards/__init__.py @@ -0,0 +1,4 @@ +# © 2016 Antiun Ingeniería S.L. - Jairo Llopis +# 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 new file mode 100644 index 000000000..00a7f7d93 --- /dev/null +++ b/partner_deduplicate_by_website/wizards/partner_merge.py @@ -0,0 +1,29 @@ +# Copyright 2016 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo import fields, models + + +class BasePartnerMergeAutomaticWizard(models.TransientModel): + _inherit = "base.partner.merge.automatic.wizard" + + group_by_website = fields.Boolean("Website") + + def _generate_query(self, fields, maximum_group=100): + """Inject the additional criteria 'website IS NOT NULL' when needed. + There's no better way to do it, as there are no hooks for adding + this criteria regularly. + """ + query = super(BasePartnerMergeAutomaticWizard, self)._generate_query( + fields, maximum_group=maximum_group + ) + if "website" in fields: + if "WHERE" in query: + index = query.find("WHERE") + query = ( + query[: index + 6] + "website IS NOT NULL AND " + query[index + 6 :] + ) + else: + index = query.find(" GROUP BY") + query = query[:index] + " WHERE website IS NOT NULL" + query[index:] + return query diff --git a/partner_deduplicate_by_website/wizards/partner_merge_view.xml b/partner_deduplicate_by_website/wizards/partner_merge_view.xml new file mode 100644 index 000000000..c8b2eb42d --- /dev/null +++ b/partner_deduplicate_by_website/wizards/partner_merge_view.xml @@ -0,0 +1,21 @@ + + + + + base.partner.merge.automatic.wizard + + + + + + + + + + + diff --git a/setup/partner_deduplicate_by_website/odoo/addons/partner_deduplicate_by_website b/setup/partner_deduplicate_by_website/odoo/addons/partner_deduplicate_by_website new file mode 120000 index 000000000..6160c7415 --- /dev/null +++ b/setup/partner_deduplicate_by_website/odoo/addons/partner_deduplicate_by_website @@ -0,0 +1 @@ +../../../../partner_deduplicate_by_website \ No newline at end of file diff --git a/setup/partner_deduplicate_by_website/setup.py b/setup/partner_deduplicate_by_website/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/partner_deduplicate_by_website/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)