diff --git a/README.md b/README.md index 35c30b93a3f..f6841de05fc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ addon | version | maintainers | summary [partner_external_map](partner_external_map/) | 14.0.1.0.0 | | Add Map and Map Routing buttons on partner form to open GMaps, OSM, Bing and others [partner_fax](partner_fax/) | 14.0.1.0.0 | | Add fax number on partner [partner_firstname](partner_firstname/) | 14.0.1.1.0 | | Split first name and last name for non company partners -[partner_helper](partner_helper/) | 14.0.1.0.0 | | Add specific helper methods +[partner_helper](partner_helper/) | 14.0.1.0.1 | | Add specific helper methods [partner_identification](partner_identification/) | 14.0.1.4.0 | | Partner Identification Numbers [partner_identification_gln](partner_identification_gln/) | 14.0.1.0.1 | | This addon extends "Partner Identification Numbers" to provide a number category for GLN registration [partner_identification_notification](partner_identification_notification/) | 14.0.1.0.0 | | Partner Identification Notification diff --git a/partner_helper/README.rst b/partner_helper/README.rst index 3710e5e7fc0..19085eb3a76 100644 --- a/partner_helper/README.rst +++ b/partner_helper/README.rst @@ -7,7 +7,7 @@ Partner Helper !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6e35699a5df26df694040a4e67ca4ba26d4aac3e1f684cf59adfea2cfc4453a3 + !! source digest: sha256:2e838f732ae518934a142b97a49ed98f7167f5dccd0da746d3db4e8376ff58d3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_helper/__manifest__.py b/partner_helper/__manifest__.py index fcd8ebd10a7..d03f27bb924 100644 --- a/partner_helper/__manifest__.py +++ b/partner_helper/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Partner Helper", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "author": "Akretion,Odoo Community Association (OCA)", "maintainer": "Akretion", "category": "Warehouse", diff --git a/partner_helper/static/description/index.html b/partner_helper/static/description/index.html index db04ca7c182..862763e1ada 100644 --- a/partner_helper/static/description/index.html +++ b/partner_helper/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Partner Helper

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6e35699a5df26df694040a4e67ca4ba26d4aac3e1f684cf59adfea2cfc4453a3 +!! source digest: sha256:2e838f732ae518934a142b97a49ed98f7167f5dccd0da746d3db4e8376ff58d3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

The purpose of this module is to gather generic partner methods. @@ -423,7 +423,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.