From 0857fa3dddc2fcafc1614fec0e5583cab19ea886 Mon Sep 17 00:00:00 2001 From: Mohssin Bouktaib Date: Wed, 8 Jan 2025 12:22:46 +0100 Subject: [PATCH 1/4] [FIX] partner_duns: Replace deprecated SavepointCase with TransactionCase --- partner_duns/static/description/index.html | 11 +++++++---- partner_duns/tests/test_partner_duns.py | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/partner_duns/static/description/index.html b/partner_duns/static/description/index.html index 97ab11d2f8f..0b53e2efe4c 100644 --- a/partner_duns/static/description/index.html +++ b/partner_duns/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -417,7 +418,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.

diff --git a/partner_duns/tests/test_partner_duns.py b/partner_duns/tests/test_partner_duns.py index 2376d986d69..92cb3c190c0 100644 --- a/partner_duns/tests/test_partner_duns.py +++ b/partner_duns/tests/test_partner_duns.py @@ -2,10 +2,10 @@ # @author Iván Todorovich # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from odoo.tests import Form, SavepointCase +from odoo.tests import Form, TransactionCase -class TestPartnerDuns(SavepointCase): +class TestPartnerDuns(TransactionCase): @classmethod def setUpClass(cls): super().setUpClass() From bdf9ddf57f3af10bf00eea83bdc4a300e19daa25 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Thu, 9 Jan 2025 12:01:19 +0000 Subject: [PATCH 2/4] [UPD] Update partner_tier_validation.pot --- partner_tier_validation/i18n/partner_tier_validation.pot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/partner_tier_validation/i18n/partner_tier_validation.pot b/partner_tier_validation/i18n/partner_tier_validation.pot index 764daf71ca4..cd39c5d3a16 100644 --- a/partner_tier_validation/i18n/partner_tier_validation.pot +++ b/partner_tier_validation/i18n/partner_tier_validation.pot @@ -28,6 +28,11 @@ msgstr "" msgid "Has Comment" msgstr "" +#. module: partner_tier_validation +#: model:ir.model.fields,field_description:partner_tier_validation.field_res_partner__is_reevaluation_required +msgid "Is Reevaluation Required" +msgstr "" + #. module: partner_tier_validation #: model:ir.model.fields,field_description:partner_tier_validation.field_res_partner__need_validation msgid "Need Validation" From d707a8ad0b07a13013a49b139bf66c6e8a359159 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 9 Jan 2025 12:05:46 +0000 Subject: [PATCH 3/4] [BOT] post-merge updates --- README.md | 2 +- partner_duns/README.rst | 2 +- partner_duns/__manifest__.py | 2 +- partner_duns/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fb5eeba9df..2aea2f3b0d6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ addon | version | maintainers | summary [partner_deduplicate_filter](partner_deduplicate_filter/) | 16.0.1.0.0 | | Exclude records from the deduplication [partner_disable_gravatar](partner_disable_gravatar/) | 16.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Disable automatic connection to gravatar.com [partner_display_name_line_break](partner_display_name_line_break/) | 16.0.1.1.0 | | Split the company and the partner name on two different lines -[partner_duns](partner_duns/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Set DUNS (Data Universal Numbering System) on partners +[partner_duns](partner_duns/) | 16.0.1.0.1 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Set DUNS (Data Universal Numbering System) on partners [partner_email_check](partner_email_check/) | 16.0.1.0.0 | | Validate email address field [partner_email_duplicate_warn](partner_email_duplicate_warn/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Warning banner on partner form if another partner has the same email [partner_employee_quantity](partner_employee_quantity/) | 16.0.1.0.1 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![edlopen](https://github.com/edlopen.png?size=30px)](https://github.com/edlopen) | Know how many employees a partner has diff --git a/partner_duns/README.rst b/partner_duns/README.rst index 90e5d0b64f9..305b2657945 100644 --- a/partner_duns/README.rst +++ b/partner_duns/README.rst @@ -7,7 +7,7 @@ Partner DUNS !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5d442a312ba4fa9caa31bb6de799556b019d9f442802eb5fa6beb637014efaa4 + !! source digest: sha256:b5fc891d45b26d6ebaabac81875764a0a65c412b411258859cf1ef2e132522e3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_duns/__manifest__.py b/partner_duns/__manifest__.py index f01f2f01e80..e29506c963f 100644 --- a/partner_duns/__manifest__.py +++ b/partner_duns/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Partner DUNS", "summary": "Set DUNS (Data Universal Numbering System) on partners", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Camptocamp, Odoo Community Association (OCA)", "maintainers": ["ivantodorovich"], "website": "https://github.com/OCA/partner-contact", diff --git a/partner_duns/static/description/index.html b/partner_duns/static/description/index.html index 0b53e2efe4c..c49a5404359 100644 --- a/partner_duns/static/description/index.html +++ b/partner_duns/static/description/index.html @@ -367,7 +367,7 @@

Partner DUNS

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5d442a312ba4fa9caa31bb6de799556b019d9f442802eb5fa6beb637014efaa4 +!! source digest: sha256:b5fc891d45b26d6ebaabac81875764a0a65c412b411258859cf1ef2e132522e3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runboat

This module let’s you set a DUNS number on your contacts.

From 8945bfb87281d148e9fff1c62b15bd5268d398bf Mon Sep 17 00:00:00 2001 From: Weblate Date: Thu, 9 Jan 2025 12:05:56 +0000 Subject: [PATCH 4/4] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: partner-contact-16.0/partner-contact-16.0-partner_tier_validation Translate-URL: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_tier_validation/ --- partner_tier_validation/i18n/es.po | 5 +++++ partner_tier_validation/i18n/it.po | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/partner_tier_validation/i18n/es.po b/partner_tier_validation/i18n/es.po index 91c74b58172..5fbfc1951dc 100644 --- a/partner_tier_validation/i18n/es.po +++ b/partner_tier_validation/i18n/es.po @@ -31,6 +31,11 @@ msgstr "Contacto" msgid "Has Comment" msgstr "Tiene Comentario" +#. module: partner_tier_validation +#: model:ir.model.fields,field_description:partner_tier_validation.field_res_partner__is_reevaluation_required +msgid "Is Reevaluation Required" +msgstr "" + #. module: partner_tier_validation #: model:ir.model.fields,field_description:partner_tier_validation.field_res_partner__need_validation msgid "Need Validation" diff --git a/partner_tier_validation/i18n/it.po b/partner_tier_validation/i18n/it.po index b01594dc455..78b3cb0a90e 100644 --- a/partner_tier_validation/i18n/it.po +++ b/partner_tier_validation/i18n/it.po @@ -31,6 +31,11 @@ msgstr "Contatto" msgid "Has Comment" msgstr "Ha commenti" +#. module: partner_tier_validation +#: model:ir.model.fields,field_description:partner_tier_validation.field_res_partner__is_reevaluation_required +msgid "Is Reevaluation Required" +msgstr "" + #. module: partner_tier_validation #: model:ir.model.fields,field_description:partner_tier_validation.field_res_partner__need_validation msgid "Need Validation"