Browse Source
crm_deduplicate_filter module - Updated README - updated views - Fix dependence
pull/726/head
crm_deduplicate_filter module - Updated README - updated views - Fix dependence
pull/726/head
cubells
8 years ago
committed by
Victor Martin
9 changed files with 161 additions and 30 deletions
-
3partner_deduplicate_filter/README.rst
-
4partner_deduplicate_filter/__openerp__.py
-
39partner_deduplicate_filter/i18n/de.po
-
35partner_deduplicate_filter/i18n/es.po
-
39partner_deduplicate_filter/i18n/sk.po
-
23partner_deduplicate_filter/i18n/sl.po
-
39partner_deduplicate_filter/i18n/tr.po
-
2partner_deduplicate_filter/wizards/__init__.py
-
7partner_deduplicate_filter/wizards/partner_merge_view.xml
@ -0,0 +1,39 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * crm_deduplicate_filter |
|||
# |
|||
# Translators: |
|||
# Rudolf Schnapka <rs@techno-flex.de>, 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: Rudolf Schnapka <rs@techno-flex.de>, 2017\n" |
|||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: de\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 "'Ist Unternehmen'-Feld ausgewählt" |
|||
|
|||
#. 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 "Übergeordnetes Unternehmen nicht gepflegt" |
|||
|
|||
#. 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 "Übergeordnetes Unternehmen gesetzt (Kontakte)" |
|||
|
|||
#. 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,32 +1,39 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * crm_deduplicate_filter |
|||
# |
|||
# * crm_deduplicate_filter |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 8.0\n" |
|||
"Project-Id-Version: Odoo Server 9.0c\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2016-08-12 19:57+0000\n" |
|||
"PO-Revision-Date: 2016-08-12 19:57+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \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 <transbot@odoo-community.org>, 2017\n" |
|||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
"Language: es\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: field:base.partner.merge.automatic.wizard,exclude_is_company:0 |
|||
#: 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 "El campo '¿Es una compañía?' seleccionado" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: field:base.partner.merge.automatic.wizard,exclude_parent:0 |
|||
#: model:ir.model.fields,field_description:crm_deduplicate_filter.field_base_partner_merge_automatic_wizard_exclude_not_parent |
|||
msgid "Parent company not set" |
|||
msgstr "La compañía padre no establecida" |
|||
|
|||
#. 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 "La compañía padre establecida (Contactos)" |
|||
|
|||
#. module: crm_deduplicate_filter |
|||
#: field:base.partner.merge.automatic.wizard,exclude_not_parent:0 |
|||
msgid "Parent company not set" |
|||
msgstr "La compañía padre no establecida" |
|||
|
|||
#: 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: |
|||
# gebri <gebri@inmail.sk>, 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: gebri <gebri@inmail.sk>, 2017\n" |
|||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: sk\n" |
|||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 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: |
|||
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 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 <aaltinisik@altinkaya.com.tr>, 2017\n" |
|||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: tr\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 "" |
|||
|
|||
#. 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" |
@ -1,5 +1,5 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2016 Antiun Ingeniería S.L. - Jairo Llopis |
|||
# 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