From ae0ba263556c6bf0d6b9a7b9d4923785191dc30a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 29 Aug 2024 14:16:43 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + mail_activity_reminder/README.rst | 2 +- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fcf0b2cd05..7b54a602bb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [base_search_mail_content](base_search_mail_content/) | 17.0.1.1.0 | | Base Search Mail Content [mail_activity_board](mail_activity_board/) | 17.0.1.0.1 | | Add Activity Boards [mail_activity_done](mail_activity_done/) | 17.0.1.0.0 | | Mail Activity Done +[mail_activity_reminder](mail_activity_reminder/) | 17.0.1.0.0 | | Reminder notifications about planned activities [mail_activity_team](mail_activity_team/) | 17.0.1.1.0 | | Add Teams to Activities [mail_attach_existing_attachment](mail_attach_existing_attachment/) | 17.0.1.0.0 | | Adding attachment on the object by sending this one [mail_composer_cc_bcc](mail_composer_cc_bcc/) | 17.0.1.0.0 | [![trisdoan](https://github.com/trisdoan.png?size=30px)](https://github.com/trisdoan) | This module enables sending mail to CC and BCC partners in mail composer form. diff --git a/mail_activity_reminder/README.rst b/mail_activity_reminder/README.rst index 10ddce1185..341618452f 100644 --- a/mail_activity_reminder/README.rst +++ b/mail_activity_reminder/README.rst @@ -7,7 +7,7 @@ Mail Activity Reminder !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d6d84b98e72a7142b96255d66b7ace192dfa9c32b5c0857fd5817361358860bc + !! source digest: sha256:635275e093f8459aba8510ad763931b5e0ca35e636cb5a287f56f74a5e80f1f2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_activity_reminder/static/description/index.html b/mail_activity_reminder/static/description/index.html index a3d1f29b18..0aad6bea65 100644 --- a/mail_activity_reminder/static/description/index.html +++ b/mail_activity_reminder/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 Activity Reminder

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d6d84b98e72a7142b96255d66b7ace192dfa9c32b5c0857fd5817361358860bc +!! source digest: sha256:635275e093f8459aba8510ad763931b5e0ca35e636cb5a287f56f74a5e80f1f2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows setting reminders for various Activity Types.

@@ -423,7 +424,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/pyproject.toml b/setup/_metapackage/pyproject.toml index 963faeda2b..4b48512cf2 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20240722.1" +version = "17.0.20240829.0" dependencies = [ "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_activity_board>=17.0dev,<17.1dev", "odoo-addon-mail_activity_done>=17.0dev,<17.1dev", + "odoo-addon-mail_activity_reminder>=17.0dev,<17.1dev", "odoo-addon-mail_activity_team>=17.0dev,<17.1dev", "odoo-addon-mail_attach_existing_attachment>=17.0dev,<17.1dev", "odoo-addon-mail_composer_cc_bcc>=17.0dev,<17.1dev",