Pedro M. Baeza
6 years ago
20 changed files with 260 additions and 239 deletions
-
16partner_deduplicate_acl/README.rst
-
6partner_deduplicate_acl/__manifest__.py
-
51partner_deduplicate_acl/i18n/crm_deduplicate_acl.pot
-
32partner_deduplicate_acl/i18n/de.po
-
32partner_deduplicate_acl/i18n/es.po
-
32partner_deduplicate_acl/i18n/hr.po
-
32partner_deduplicate_acl/i18n/it.po
-
32partner_deduplicate_acl/i18n/nl_NL.po
-
50partner_deduplicate_acl/i18n/partner_deduplicate_acl.pot
-
32partner_deduplicate_acl/i18n/pt_BR.po
-
32partner_deduplicate_acl/i18n/sk.po
-
32partner_deduplicate_acl/i18n/sl.po
-
32partner_deduplicate_acl/i18n/tr.po
-
32partner_deduplicate_acl/i18n/zh_CN.po
-
0partner_deduplicate_acl/security/partner_deduplicate_acl_security.xml
-
42partner_deduplicate_acl/static/description/index.html
-
2partner_deduplicate_acl/tests/__init__.py
-
4partner_deduplicate_acl/tests/test_crm_deduplicate_acl.py
-
2partner_deduplicate_acl/wizards/partner_merge.py
-
6partner_deduplicate_acl/wizards/partner_merge_view.xml
@ -1,51 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * crm_deduplicate_acl |
|||
# |
|||
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: crm_deduplicate_acl |
|||
#: model:res.groups,name:crm_deduplicate_acl.group_automatically |
|||
msgid "Automatically" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_acl |
|||
#: model:ir.model,name:crm_deduplicate_acl.model_res_partner |
|||
msgid "Contact" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_acl |
|||
#: model:ir.module.category,name:crm_deduplicate_acl.category |
|||
#: model:ir.ui.menu,name:crm_deduplicate_acl.partner_merge_automatic_menu |
|||
msgid "Deduplicate Contacts" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_acl |
|||
#: model:res.groups,name:crm_deduplicate_acl.group_manually |
|||
msgid "Manually" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_acl |
|||
#: model:ir.ui.menu,name:crm_deduplicate_acl.crm_tools |
|||
msgid "Tools" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_acl |
|||
#: model:res.groups,name:crm_deduplicate_acl.group_unrestricted |
|||
msgid "Without restrictions" |
|||
msgstr "" |
|||
|
|||
#. module: crm_deduplicate_acl |
|||
#: model:ir.model,name:crm_deduplicate_acl.model_base_partner_merge_automatic_wizard |
|||
msgid "base.partner.merge.automatic.wizard" |
|||
msgstr "" |
|||
|
@ -0,0 +1,50 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * partner_deduplicate_acl |
|||
# |
|||
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_acl |
|||
#: model:res.groups,name:partner_deduplicate_acl.group_automatically |
|||
msgid "Automatically" |
|||
msgstr "" |
|||
|
|||
#. module: partner_deduplicate_acl |
|||
#: model:ir.model,name:partner_deduplicate_acl.model_res_partner |
|||
msgid "Contact" |
|||
msgstr "" |
|||
|
|||
#. module: partner_deduplicate_acl |
|||
#: model:ir.module.category,name:partner_deduplicate_acl.category |
|||
#: model:ir.ui.menu,name:partner_deduplicate_acl.partner_merge_automatic_menu |
|||
msgid "Deduplicate Contacts" |
|||
msgstr "" |
|||
|
|||
#. module: partner_deduplicate_acl |
|||
#: model:res.groups,name:partner_deduplicate_acl.group_manually |
|||
msgid "Manually" |
|||
msgstr "" |
|||
|
|||
#. module: partner_deduplicate_acl |
|||
#: model:ir.ui.menu,name:partner_deduplicate_acl.crm_tools |
|||
msgid "Tools" |
|||
msgstr "" |
|||
|
|||
#. module: partner_deduplicate_acl |
|||
#: model:res.groups,name:partner_deduplicate_acl.group_unrestricted |
|||
msgid "Without restrictions" |
|||
msgstr "" |
|||
|
|||
#. module: partner_deduplicate_acl |
|||
#: model:ir.model,name:partner_deduplicate_acl.model_base_partner_merge_automatic_wizard |
|||
msgid "base.partner.merge.automatic.wizard" |
|||
msgstr "" |
@ -1,3 +1,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import test_crm_deduplicate_acl |
|||
from . import test_partner_deduplicate_acl |
Write
Preview
Loading…
Cancel
Save
Reference in new issue