diff --git a/README.md b/README.md index 72b3f4eec4..bb74bbd9c9 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ addon | version | maintainers | summary [document_quick_access](document_quick_access/) | 16.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Document quick access [filter_multi_user](filter_multi_user/) | 16.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to share user-defined filters filters among several users. [mail_message_destiny_link_template](mail_message_destiny_link_template/) | 16.0.1.0.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Mail template to show destiny records in chatter. +[mail_suggested_recipient_unchecked](mail_suggested_recipient_unchecked/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Mail suggested recipient unchecked [misc_settings](misc_settings/) | 16.0.1.0.0 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Miscellaneous settings to be an anchor for your custom settings [multi_step_wizard](multi_step_wizard/) | 16.0.1.0.0 | | Multi-Steps Wizards [sequence_reset_period](sequence_reset_period/) | 16.0.1.0.0 | | Auto-generate yearly/monthly/weekly/daily sequence period ranges diff --git a/mail_suggested_recipient_unchecked/README.rst b/mail_suggested_recipient_unchecked/README.rst index 644e5f5ea4..20a685954d 100644 --- a/mail_suggested_recipient_unchecked/README.rst +++ b/mail_suggested_recipient_unchecked/README.rst @@ -7,7 +7,7 @@ Mail suggested recipient unchecked !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:22935268ab04e968358a30d3a4d668e9c667c268dd5bf163d810ac98e635994f + !! source digest: sha256:384c2d6c664110ccdfa9dd9aa03c8dbf49e3b854408495e52a540c68a293a772 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_suggested_recipient_unchecked/static/description/index.html b/mail_suggested_recipient_unchecked/static/description/index.html index b88693c1f7..4863698551 100644 --- a/mail_suggested_recipient_unchecked/static/description/index.html +++ b/mail_suggested_recipient_unchecked/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 @@

Mail suggested recipient unchecked

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:22935268ab04e968358a30d3a4d668e9c667c268dd5bf163d810ac98e635994f +!! source digest: sha256:384c2d6c664110ccdfa9dd9aa03c8dbf49e3b854408495e52a540c68a293a772 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-ux Translate me on Weblate Try me on Runboat

This module unchecks the extra suggested recipients by default when going @@ -427,7 +428,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/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index db316d0de0..e8539ad421 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240628.1 \ No newline at end of file +16.0.20241024.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9eee655449..4d6c73b8e1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -39,6 +39,7 @@ 'odoo-addon-document_quick_access>=16.0dev,<16.1dev', 'odoo-addon-filter_multi_user>=16.0dev,<16.1dev', 'odoo-addon-mail_message_destiny_link_template>=16.0dev,<16.1dev', + 'odoo-addon-mail_suggested_recipient_unchecked>=16.0dev,<16.1dev', 'odoo-addon-misc_settings>=16.0dev,<16.1dev', 'odoo-addon-multi_step_wizard>=16.0dev,<16.1dev', 'odoo-addon-sequence_reset_period>=16.0dev,<16.1dev',