diff --git a/README.md b/README.md index a940e83926b0..5e70b4785119 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ addon | version | maintainers | summary [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_address_default](partner_contact_address_default/) | 16.0.1.1.0 | | Set a default delivery address, invoice address and contact for contacts +[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 [partner_contact_birthplace](partner_contact_birthplace/) | 16.0.1.0.0 | | This module allows to define a birthplace for partners. diff --git a/partner_contact_address_default/README.rst b/partner_contact_address_default/README.rst index 9f253e653113..df9de2b9d100 100644 --- a/partner_contact_address_default/README.rst +++ b/partner_contact_address_default/README.rst @@ -7,7 +7,7 @@ Partner Contact address default !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9496d2d1f99fe0aef45114a95ae30624127d3453d894ad1713156e670f6c9d09 + !! source digest: sha256:3eaf0a0451d942cd35cea72df7c0f8b94366ec206d42dae63080a350e6ce6999 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_contact_address_default/__manifest__.py b/partner_contact_address_default/__manifest__.py index a53d4f08046f..35d7a5f9e95d 100644 --- a/partner_contact_address_default/__manifest__.py +++ b/partner_contact_address_default/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Partner Contact address default", "summary": "Set a default delivery address, invoice address and contact for contacts", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "development_status": "Beta", "category": "Generic Modules/Base", "website": "https://github.com/OCA/partner-contact", diff --git a/partner_contact_address_default/static/description/index.html b/partner_contact_address_default/static/description/index.html index 9e5fb2120028..487f98c0d913 100644 --- a/partner_contact_address_default/static/description/index.html +++ b/partner_contact_address_default/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 Contact address default

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9496d2d1f99fe0aef45114a95ae30624127d3453d894ad1713156e670f6c9d09 +!! source digest: sha256:3eaf0a0451d942cd35cea72df7c0f8b94366ec206d42dae63080a350e6ce6999 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of base partner module to allow to set a @@ -432,7 +433,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.