forked from OCA/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1385 from OCA/16.0
Syncing from upstream OCA/partner-contact (16.0)
- Loading branch information
Showing
21 changed files
with
855 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_email_check | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2025-02-25 15:06+0000\n" | ||
"Last-Translator: davidbeckercbl <[email protected]>\n" | ||
"Language-Team: none\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" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: partner_email_check | ||
#. odoo-python | ||
#: code:addons/partner_email_check/models/res_partner.py:0 | ||
#, python-format | ||
msgid "%s is an invalid email" | ||
msgstr "%s ist keine gültige E-Mail-Adresse" | ||
|
||
#. module: partner_email_check | ||
#: model_terms:ir.ui.view,arch_db:partner_email_check.view_general_configuration | ||
msgid "" | ||
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-" | ||
"specific.\" aria-label=\"Values set here are company-specific.\" " | ||
"groups=\"base.group_multi_company\" role=\"img\"/>" | ||
msgstr "" | ||
"<span class=\"fa fa-lg fa-building-o\" title=\"Die hier gesetzten Werte sind " | ||
"firmenspezifisch.\" aria-label=\"Die hier gesetzten Werte sind " | ||
"firmenspezifisch.\" groups=\"base.group_multi_company\" role=\"img\"/>" | ||
|
||
#. module: partner_email_check | ||
#. odoo-python | ||
#: code:addons/partner_email_check/models/res_partner.py:0 | ||
#, python-format | ||
msgid "Cannot deliver to email address %s" | ||
msgstr "An E-Mail-Adresse %s kann nicht gesendet werden" | ||
|
||
#. module: partner_email_check | ||
#. odoo-python | ||
#: code:addons/partner_email_check/models/res_partner.py:0 | ||
#, python-format | ||
msgid "Cannot import 'email_validator'." | ||
msgstr "E-Mail-Validierung kann nicht importiert werden." | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model.fields,field_description:partner_email_check.field_res_company__partner_email_check_check_deliverability | ||
#: model:ir.model.fields,field_description:partner_email_check.field_res_config_settings__partner_email_check_check_deliverability | ||
msgid "Check deliverability of email addresses" | ||
msgstr "Prüft die Versendbarkeit von E-Mail-Adressen" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model.fields,field_description:partner_email_check.field_res_company__partner_email_check_syntax | ||
#: model:ir.model.fields,field_description:partner_email_check.field_res_config_settings__partner_email_check_syntax | ||
msgid "Check syntax of email addresses" | ||
msgstr "Prüft die Syntax von E-Mail-Adressen" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model,name:partner_email_check.model_res_company | ||
msgid "Companies" | ||
msgstr "Firmen" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model,name:partner_email_check.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "Einstellungen" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model,name:partner_email_check.model_res_partner | ||
msgid "Contact" | ||
msgstr "Kontakt" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model.fields,help:partner_email_check.field_res_company__partner_email_check_check_deliverability | ||
#: model:ir.model.fields,help:partner_email_check.field_res_config_settings__partner_email_check_check_deliverability | ||
msgid "Don't allow email addresses with providers that don't exist" | ||
msgstr "Erlaube keine E-Mail-Adressen für Anbieter, die nicht existieren" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model.fields,help:partner_email_check.field_res_company__partner_email_check_syntax | ||
#: model:ir.model.fields,help:partner_email_check.field_res_config_settings__partner_email_check_syntax | ||
msgid "Don't allow email addresses with wrong syntax" | ||
msgstr "Erlaube keine E-Mail-Adressen mit ungültiger Syntax" | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model.fields,help:partner_email_check.field_res_company__partner_email_check_filter_duplicates | ||
#: model:ir.model.fields,help:partner_email_check.field_res_config_settings__partner_email_check_filter_duplicates | ||
msgid "Don't allow multiple partners to have the same email address." | ||
msgstr "" | ||
"Erlaube nicht, dass mehrere Kontakte die gleiche E-Mail-Adresse verwenden." | ||
|
||
#. module: partner_email_check | ||
#. odoo-python | ||
#: code:addons/partner_email_check/models/res_partner.py:0 | ||
#, python-format | ||
msgid "Email '%s' is already in use." | ||
msgstr "E-Mail '%s' wird bereits verwendet." | ||
|
||
#. module: partner_email_check | ||
#: model_terms:ir.ui.view,arch_db:partner_email_check.view_general_configuration | ||
msgid "Email validation" | ||
msgstr "E-Mail Prüfung" | ||
|
||
#. module: partner_email_check | ||
#: model_terms:ir.ui.view,arch_db:partner_email_check.view_general_configuration | ||
msgid "Ensure that partner email addresses can be delivered to" | ||
msgstr "Prüfe, dass an die E-Mail-Adressen von Kontakten zugestellt werden kann" | ||
|
||
#. module: partner_email_check | ||
#. odoo-python | ||
#: code:addons/partner_email_check/models/res_partner.py:0 | ||
#, python-format | ||
msgid "" | ||
"Field contains multiple email addresses. This is not supported when " | ||
"duplicate email addresses are not allowed." | ||
msgstr "" | ||
"Das Feld enthält mehrere E-Mail-Adressen. Dies wird nicht unterstützt, wenn " | ||
"mehrere E-Mail-Adressen nicht erlaubt sind." | ||
|
||
#. module: partner_email_check | ||
#: model:ir.model.fields,field_description:partner_email_check.field_res_company__partner_email_check_filter_duplicates | ||
#: model:ir.model.fields,field_description:partner_email_check.field_res_config_settings__partner_email_check_filter_duplicates | ||
msgid "Filter duplicate partner email addresses" | ||
msgstr "Filtere nach Duplikaten in E-Mail-Adressen der Kontakte" | ||
|
||
#. module: partner_email_check | ||
#: model_terms:ir.ui.view,arch_db:partner_email_check.view_general_configuration | ||
msgid "Require partner email addresses to be unique" | ||
msgstr "Erzwinge, dass die E-Mail-Adressen von Kontakten eindeutig sind" | ||
|
||
#. module: partner_email_check | ||
#: model_terms:ir.ui.view,arch_db:partner_email_check.view_general_configuration | ||
msgid "Require partner email addresses to have valid syntax" | ||
msgstr "" | ||
"Erzwinge, dass die E-Mail-Adressen von Kontakten eine gültige Syntax haben" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-01-03 20:26+0000\n" | ||
"PO-Revision-Date: 2022-11-04 14:44+0000\n" | ||
"Last-Translator: Maria Sparenberg <[email protected]>\n" | ||
"PO-Revision-Date: 2025-02-25 15:06+0000\n" | ||
"Last-Translator: davidbeckercbl <[email protected]>\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" | ||
"X-Generator: Weblate 4.14.1\n" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: partner_firstname | ||
#. odoo-python | ||
|
@@ -38,14 +38,14 @@ msgstr "%(name)s (Kopie)" | |
#: code:addons/partner_firstname/models/res_partner.py:0 | ||
#, python-format | ||
msgid "%s (copy)" | ||
msgstr "" | ||
msgstr "%s (Kopie)" | ||
|
||
#. module: partner_firstname | ||
#. odoo-python | ||
#: code:addons/partner_firstname/models/res_partner.py:0 | ||
#, python-format | ||
msgid "(copy)" | ||
msgstr "" | ||
msgstr "(Kopie)" | ||
|
||
#. module: partner_firstname | ||
#: model:ir.model,name:partner_firstname.model_res_config_settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_pricelist_search | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2025-02-25 10:06+0000\n" | ||
"Last-Translator: uvid-gordana <[email protected]>\n" | ||
"Language-Team: none\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" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: partner_pricelist_search | ||
#: model:ir.model,name:partner_pricelist_search.model_res_partner | ||
msgid "Contact" | ||
msgstr "Kontakt" | ||
|
||
#. module: partner_pricelist_search | ||
#: model_terms:ir.ui.view,arch_db:partner_pricelist_search.product_pricelist_view | ||
msgid "Customers" | ||
msgstr "Kupci" | ||
|
||
#. module: partner_pricelist_search | ||
#: model:ir.model,name:partner_pricelist_search.model_product_pricelist | ||
#: model:ir.model.fields,field_description:partner_pricelist_search.field_res_partner__property_product_pricelist | ||
#: model:ir.model.fields,field_description:partner_pricelist_search.field_res_users__property_product_pricelist | ||
msgid "Pricelist" | ||
msgstr "Cjenik" | ||
|
||
#. module: partner_pricelist_search | ||
#: model:ir.model.fields,help:partner_pricelist_search.field_res_partner__property_product_pricelist | ||
#: model:ir.model.fields,help:partner_pricelist_search.field_res_users__property_product_pricelist | ||
msgid "" | ||
"This pricelist will be used, instead of the default one, for sales to the " | ||
"current partner" | ||
msgstr "" | ||
"Ovaj cjenik će se koristiti, umjesto zadanog, za prodaju trenutnom partneru" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
==================== | ||
Partner Search Alias | ||
==================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:42b484166fa9cba99be832228aecd93c272fef74c4a9e72cec5ba38d2f4f9cc2 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/16.0/partner_search_alias | ||
: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-16-0/partner-contact-16-0-partner_search_alias | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=16.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows users to set non-official names for partners in the search_alias field, improving search usability by enabling searches using alternative names. This is particularly useful for partners known by multiple names. | ||
|
||
The search_alias field is added to the form view after the reference field. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
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 to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_search_alias%0Aversion:%2016.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. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Quartile | ||
|
||
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 <https://github.com/OCA/partner-contact/tree/16.0/partner_search_alias>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright 2024 Quartile (https://www.quartile.co) | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Partner Search Alias", | ||
"version": "16.0.1.0.0", | ||
"author": "Quartile, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/partner-contact", | ||
"category": "Partner", | ||
"license": "AGPL-3", | ||
"depends": ["base"], | ||
"data": [ | ||
"views/res_partner_views.xml", | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_search_alias | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2025-02-25 15:06+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\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" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: partner_search_alias | ||
#: model:ir.model,name:partner_search_alias.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contatto" | ||
|
||
#. module: partner_search_alias | ||
#: model:ir.model.fields,help:partner_search_alias.field_res_partner__search_alias | ||
#: model:ir.model.fields,help:partner_search_alias.field_res_users__search_alias | ||
msgid "Enter the name that is also used for name search." | ||
msgstr "Inserire il nome che è utilizzato anche per la ricerca del nome." | ||
|
||
#. module: partner_search_alias | ||
#: model:ir.model.fields,field_description:partner_search_alias.field_res_partner__search_alias | ||
#: model:ir.model.fields,field_description:partner_search_alias.field_res_users__search_alias | ||
msgid "Search Alias" | ||
msgstr "Alias ricerca" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_search_alias | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.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_search_alias | ||
#: model:ir.model,name:partner_search_alias.model_res_partner | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: partner_search_alias | ||
#: model:ir.model.fields,help:partner_search_alias.field_res_partner__search_alias | ||
#: model:ir.model.fields,help:partner_search_alias.field_res_users__search_alias | ||
msgid "Enter the name that is also used for name search." | ||
msgstr "" | ||
|
||
#. module: partner_search_alias | ||
#: model:ir.model.fields,field_description:partner_search_alias.field_res_partner__search_alias | ||
#: model:ir.model.fields,field_description:partner_search_alias.field_res_users__search_alias | ||
msgid "Search Alias" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import res_partner |
Oops, something went wrong.