diff --git a/README.md b/README.md index 4c2c4b61ef4..0fb5eeba9df 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ addon | version | maintainers | summary [partner_manual_rank](partner_manual_rank/) | 16.0.1.1.2 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) | Be able to manually flag partners as customer or supplier. [partner_middlename](partner_middlename/) | 16.0.1.0.0 | | Have split Middle [partner_mobile_duplicate_warn](partner_mobile_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 mobile -[partner_multi_relation](partner_multi_relation/) | 16.0.1.0.1 | | Partner Relations +[partner_multi_relation](partner_multi_relation/) | 16.0.1.1.0 | | Partner Relations [partner_phone_extension](partner_phone_extension/) | 16.0.1.0.0 | | Partner Phone Number Extension [partner_phonecall_schedule](partner_phonecall_schedule/) | 16.0.1.0.1 | | Track the time and days your partners expect phone calls [partner_pricelist_search](partner_pricelist_search/) | 16.0.1.0.0 | | Partner pricelist search diff --git a/partner_multi_relation/README.rst b/partner_multi_relation/README.rst index cd1098ea9c6..f2789294225 100644 --- a/partner_multi_relation/README.rst +++ b/partner_multi_relation/README.rst @@ -7,7 +7,7 @@ Partner Relations !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:043b13d6a474b98dabfc93e3ac3376315e0688ef1d7f933e1a160d241a860f6c + !! source digest: sha256:ef60a2c54c32eebc0943116dc60c0bb2a1d34f8cc3959bade6894ad946240959 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_multi_relation/__manifest__.py b/partner_multi_relation/__manifest__.py index cc1e380f4bf..25efcea924f 100644 --- a/partner_multi_relation/__manifest__.py +++ b/partner_multi_relation/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Partner Relations", - "version": "16.0.1.0.1", + "version": "16.0.1.1.0", "author": "Therp BV,Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/partner-contact", "complexity": "normal", diff --git a/partner_multi_relation/static/description/index.html b/partner_multi_relation/static/description/index.html index cb813225920..a555f4dc9bc 100644 --- a/partner_multi_relation/static/description/index.html +++ b/partner_multi_relation/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 { @@ -366,7 +367,7 @@

Partner Relations

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:043b13d6a474b98dabfc93e3ac3376315e0688ef1d7f933e1a160d241a860f6c +!! source digest: sha256:ef60a2c54c32eebc0943116dc60c0bb2a1d34f8cc3959bade6894ad946240959 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module aims to provide generic means to model relations between partners.

@@ -510,7 +511,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.