Maintainers
This module is maintained by the OCA.
- + + +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/README.md b/README.md index 5f2de5d626c..2963e2702ea 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ addon | version | maintainers | summary [partner_company_default](partner_company_default/) | 16.0.1.1.2 | | Partner Company Default [partner_company_group](partner_company_group/) | 16.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Adds the possibility to add a company group to a company [partner_company_type](partner_company_type/) | 16.0.1.0.0 | | Adds a company type to partner that are companies -[partner_contact_access_link](partner_contact_access_link/) | 16.0.1.1.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Allow to visit the full contact form from a company +[partner_contact_access_link](partner_contact_access_link/) | 16.0.1.1.1 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Allow to visit the full contact form from a company [partner_contact_address_default](partner_contact_address_default/) | 16.0.1.2.0 | | Set a default delivery address, invoice address and contact for contacts [partner_contact_age_range](partner_contact_age_range/) | 16.0.1.0.1 | | Age Range for Contact's [partner_contact_birthdate](partner_contact_birthdate/) | 16.0.1.0.0 | | Contact's birthdate diff --git a/partner_contact_access_link/README.rst b/partner_contact_access_link/README.rst index 76dfaca0c78..47bf86743e8 100644 --- a/partner_contact_access_link/README.rst +++ b/partner_contact_access_link/README.rst @@ -7,7 +7,7 @@ Partner contact access link !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7d9f73845e19a0005e8d6e9e3b83c1243123ca99636694a36b2ea257a0b44bcc + !! source digest: sha256:6ad91408f73365dc4677809c5c0d5d3b78aa13cb660aeebdcd43e725958d1c38 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/partner_contact_access_link/__manifest__.py b/partner_contact_access_link/__manifest__.py index 39594a948bb..0bb07379486 100644 --- a/partner_contact_access_link/__manifest__.py +++ b/partner_contact_access_link/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Partner contact access link", "summary": "Allow to visit the full contact form from a company", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "development_status": "Production/Stable", "category": "Tools", "website": "https://github.com/OCA/partner-contact", diff --git a/partner_contact_access_link/static/description/index.html b/partner_contact_access_link/static/description/index.html index 3f910ef0c91..d1af0369406 100644 --- a/partner_contact_access_link/static/description/index.html +++ b/partner_contact_access_link/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 @@This module extends the functionality of the partners form @@ -428,7 +428,9 @@
This module is maintained by the OCA.
- + + +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.