Luis M. Ontalba
8 years ago
committed by
Victor Martin
8 changed files with 97 additions and 17 deletions
-
6partner_deduplicate_filter/README.rst
-
2partner_deduplicate_filter/__manifest__.py
-
39partner_deduplicate_filter/i18n/hr.po
-
39partner_deduplicate_filter/i18n/nl_NL.po
-
15partner_deduplicate_filter/i18n/tr.po
-
10partner_deduplicate_filter/tests/test_crm_deduplicate_filter.py
-
1partner_deduplicate_filter/wizards/__init__.py
-
2partner_deduplicate_filter/wizards/partner_merge.py
@ -0,0 +1,39 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * crm_deduplicate_filter |
|||
# |
|||
# Translators: |
|||
# Bole <bole@dajmi5.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-07-08 01:22+0000\n" |
|||
"PO-Revision-Date: 2017-07-08 01:22+0000\n" |
|||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" |
|||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: hr\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: crm_deduplicate_filter |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_is_company |
|||
msgid "'Is a company?' field selected" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_not_parent |
|||
msgid "Parent company not set" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_parent |
|||
msgid "Parent company set (Contacts)" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model,name:crm_deduplicate_filter.model_base_partner_merge_automatic_wizard |
|||
msgid "base.partner.merge.automatic.wizard" |
|||
msgstr "base.partner.merge.automatic.wizard" |
@ -0,0 +1,39 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * crm_deduplicate_filter |
|||
# |
|||
# Translators: |
|||
# Peter Hageman <hageman.p@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-09 08:00+0000\n" |
|||
"PO-Revision-Date: 2017-06-09 08:00+0000\n" |
|||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n" |
|||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: nl_NL\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_is_company |
|||
msgid "'Is a company?' field selected" |
|||
msgstr "'Is een bedrijf?' veld geselecteerd" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_not_parent |
|||
msgid "Parent company not set" |
|||
msgstr "Moederbedrijf niet ingesteld" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_parent |
|||
msgid "Parent company set (Contacts)" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: model:ir.model,name:crm_deduplicate_filter.model_base_partner_merge_automatic_wizard |
|||
msgid "base.partner.merge.automatic.wizard" |
|||
msgstr "base.partner.merge.automatic.wizard" |
@ -1,5 +1,4 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2016 Antiun Ingeniería S.L. - Jairo Llopis |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import partner_merge |
Write
Preview
Loading…
Cancel
Save
Reference in new issue