Browse Source

[MOV] crm_deduplicate_by_ref -> partner_deduplicate_by_ref

12.0
david 4 years ago
parent
commit
0c51ad290d
  1. 16
      partner_deduplicate_by_ref/README.rst
  2. 4
      partner_deduplicate_by_ref/__manifest__.py
  3. 10
      partner_deduplicate_by_ref/i18n/ar.po
  4. 10
      partner_deduplicate_by_ref/i18n/bs.po
  5. 10
      partner_deduplicate_by_ref/i18n/cs.po
  6. 10
      partner_deduplicate_by_ref/i18n/de.po
  7. 10
      partner_deduplicate_by_ref/i18n/en_GB.po
  8. 10
      partner_deduplicate_by_ref/i18n/es.po
  9. 10
      partner_deduplicate_by_ref/i18n/es_CR.po
  10. 10
      partner_deduplicate_by_ref/i18n/es_EC.po
  11. 10
      partner_deduplicate_by_ref/i18n/es_MX.po
  12. 10
      partner_deduplicate_by_ref/i18n/et.po
  13. 10
      partner_deduplicate_by_ref/i18n/fr.po
  14. 10
      partner_deduplicate_by_ref/i18n/gl.po
  15. 10
      partner_deduplicate_by_ref/i18n/hr.po
  16. 10
      partner_deduplicate_by_ref/i18n/hu.po
  17. 10
      partner_deduplicate_by_ref/i18n/it.po
  18. 10
      partner_deduplicate_by_ref/i18n/ja.po
  19. 10
      partner_deduplicate_by_ref/i18n/lt.po
  20. 10
      partner_deduplicate_by_ref/i18n/lv.po
  21. 10
      partner_deduplicate_by_ref/i18n/mk.po
  22. 10
      partner_deduplicate_by_ref/i18n/mn.po
  23. 10
      partner_deduplicate_by_ref/i18n/nb.po
  24. 10
      partner_deduplicate_by_ref/i18n/nl.po
  25. 10
      partner_deduplicate_by_ref/i18n/nl_BE.po
  26. 10
      partner_deduplicate_by_ref/i18n/nl_NL.po
  27. 10
      partner_deduplicate_by_ref/i18n/partner_deduplicate_by_ref.pot
  28. 10
      partner_deduplicate_by_ref/i18n/pt.po
  29. 10
      partner_deduplicate_by_ref/i18n/pt_BR.po
  30. 10
      partner_deduplicate_by_ref/i18n/pt_PT.po
  31. 10
      partner_deduplicate_by_ref/i18n/ro.po
  32. 10
      partner_deduplicate_by_ref/i18n/ru.po
  33. 10
      partner_deduplicate_by_ref/i18n/sk.po
  34. 10
      partner_deduplicate_by_ref/i18n/sl.po
  35. 10
      partner_deduplicate_by_ref/i18n/sv.po
  36. 10
      partner_deduplicate_by_ref/i18n/th.po
  37. 10
      partner_deduplicate_by_ref/i18n/tr.po
  38. 10
      partner_deduplicate_by_ref/i18n/zh_CN.po
  39. 10
      partner_deduplicate_by_ref/i18n/zh_TW.po
  40. 8
      partner_deduplicate_by_ref/static/description/index.html
  41. 2
      partner_deduplicate_by_ref/tests/__init__.py

16
partner_deduplicate_by_ref/README.rst

@ -13,14 +13,14 @@ Deduplicate Contacts by reference
.. |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_ref
: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_ref
: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_ref
:target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_deduplicate_by_ref
: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|
@ -46,10 +46,10 @@ To use this module, you need to:
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/crm/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_deduplicate_by_ref%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_deduplicate_by_ref%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
@ -82,6 +82,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 <https://github.com/OCA/crm/tree/11.0/crm_deduplicate_by_ref>`_ project on GitHub.
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/partner_deduplicate_by_ref>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

4
partner_deduplicate_by_ref/__manifest__.py

@ -4,13 +4,13 @@
"name": "Deduplicate Contacts by reference",
"version": "11.0.1.0.0",
"category": "Tools",
"website": "https://www.github.com/OCA/crm",
"website": "https://www.github.com/OCA/partner-contact",
"author": "Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": [
"crm_deduplicate_acl",
"partner_deduplicate_acl",
],
"data": [
'wizards/partner_merge_view.xml',

10
partner_deduplicate_by_ref/i18n/ar.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"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: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "مرجع"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/bs.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"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: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referenca"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/cs.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Odkaz"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/de.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Bezug"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr "base.partner.merge.automatic.wizard"

10
partner_deduplicate_by_ref/i18n/en_GB.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Reference"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/es.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
msgid ""
msgstr ""
@ -16,12 +16,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referencia"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr "base.partner.merge.automatic.wizard"

10
partner_deduplicate_by_ref/i18n/es_CR.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referencia"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/es_EC.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Ref."
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/es_MX.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referencia"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/et.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Viide"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/fr.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Référence"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/gl.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# César Castro Cruz <ulmroan@gmail.com>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.4\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referencia"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr "'base.partner.merge.automatic.wizard'"

10
partner_deduplicate_by_ref/i18n/hr.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"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: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Veza"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/hu.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Hivatkozás"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/it.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Riferimento"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/ja.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "参照"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/lt.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"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: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Numeris"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/lv.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Atsauce"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/mk.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Референца"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/mn.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Код"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/nb.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referanse"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/nl.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referentie"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/nl_BE.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referentie"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/nl_NL.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referentie"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/crm_deduplicate_by_ref.pot → partner_deduplicate_by_ref/i18n/partner_deduplicate_by_ref.pot

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
msgid ""
msgstr ""
@ -13,13 +13,13 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr ""
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref_ref
#: model:ir.model,name:partner_deduplicate_by_ref_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/pt.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referência"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/pt_BR.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referência"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/pt_PT.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referência"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/ro.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# Dorin Hongu <dhongu@gmail.com>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referință"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/ru.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -20,12 +20,12 @@ msgstr ""
"%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: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Ссылка"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/sk.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# gebri <gebri@inmail.sk>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr ""
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr "base.partner.merge.automatic.wizard"

10
partner_deduplicate_by_ref/i18n/sl.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Sklic"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/sv.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referens"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/th.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -18,12 +18,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "อ้างถึง"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/tr.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "Referans"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr "base.partner.merge.automatic.wizard"

10
partner_deduplicate_by_ref/i18n/zh_CN.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "引用"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

10
partner_deduplicate_by_ref/i18n/zh_TW.po

@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_deduplicate_by_ref
# * partner_deduplicate_by_ref
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
@ -19,12 +19,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: crm_deduplicate_by_ref
#: model:ir.model.fields,field_description:crm_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
#. module: partner_deduplicate_by_ref
#: model:ir.model.fields,field_description:partner_deduplicate_by_ref.field_base_partner_merge_automatic_wizard_group_by_ref
msgid "Reference"
msgstr "參考"
#. module: crm_deduplicate_by_ref
#: model:ir.model,name:crm_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
#. module: partner_deduplicate_by_ref
#: model:ir.model,name:partner_deduplicate_by_ref.model_base_partner_merge_automatic_wizard
msgid "base.partner.merge.automatic.wizard"
msgstr ""

8
partner_deduplicate_by_ref/static/description/index.html

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/crm/tree/11.0/crm_deduplicate_by_ref"><img alt="OCA/crm" src="https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/crm-11-0/crm-11-0-crm_deduplicate_by_ref"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/111/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/partner_deduplicate_by_ref"><img alt="OCA/partner-contact" src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_deduplicate_by_ref"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/134/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module extends the criteria to match duplicated contacts using the field
reference.</p>
<p><strong>Table of contents</strong></p>
@ -395,10 +395,10 @@ in”.</li>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/crm/issues">GitHub Issues</a>.
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/crm/issues/new?body=module:%20crm_deduplicate_by_ref%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_deduplicate_by_ref%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
@ -426,7 +426,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/crm/tree/11.0/crm_deduplicate_by_ref">OCA/crm</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/12.0/partner_deduplicate_by_ref">OCA/partner-contact</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

2
partner_deduplicate_by_ref/tests/__init__.py

@ -1,3 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_crm_deduplicate_by_ref
from . import test_partner_deduplicate_by_ref
Loading…
Cancel
Save