diff --git a/README.md b/README.md index 5317726328..e379e923c1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ addon | version | maintainers | summary [mail_composer_cc_bcc_account](mail_composer_cc_bcc_account/) | 17.0.1.0.0 | [![hailangvn2023](https://github.com/hailangvn2023.png?size=30px)](https://github.com/hailangvn2023) | This module enables sending mail to CC and BCC partners for invoices. [mail_debrand](mail_debrand/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor 20characters [mail_layout_preview](mail_layout_preview/) | 17.0.1.0.0 | | Preview email templates in the browser -[mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.0.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications +[mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.1.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Apply a custom subject to mail notifications [mail_optional_autofollow](mail_optional_autofollow/) | 17.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message [mail_optional_follower_notification](mail_optional_follower_notification/) | 17.0.1.0.0 | | Choose to notify followers on mail.compose.message [mail_outbound_static](mail_outbound_static/) | 17.0.1.0.1 | | Allows you to configure the from header for a mail server. diff --git a/mail_notification_custom_subject/README.rst b/mail_notification_custom_subject/README.rst index 15985fb24b..cf1f0c6660 100644 --- a/mail_notification_custom_subject/README.rst +++ b/mail_notification_custom_subject/README.rst @@ -7,7 +7,7 @@ Mail Notification Custom Subject !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6498bb0873d44d1fc801e3b27853528df70f5bb46d849898aa9773bf0a52d6e4 + !! source digest: sha256:2a2cd6e5728f24d8fa5c1deb65e2b3a42ba63ca5cbea9b176e4de8b07295f6ef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -39,29 +39,28 @@ the notification emails sent by Odoo Configuration ============= -- Activate access to **Technical Features** (debug mode). +- Activate access to **Technical Features** (debug mode). -- Go to **Settings > Technical > Email > Subject Replacement - Templates** +- Go to **Settings > Technical > Email > Subject Replacement Templates** -- Create a new template. +- Create a new template. - - The field **Model** specifies the model to which the subject - template should apply in the notification emails sent by Odoo. - - The field **Subject Template** accepts - `Jinja `__ - expressions. - - The field **Replace** specifies if the template should replace - existing content or append to it. + - The field **Model** specifies the model to which the subject + template should apply in the notification emails sent by Odoo. + - The field **Subject Template** accepts + `Jinja `__ + expressions. + - The field **Replace** specifies if the template should replace + existing content or append to it. Usage ===== To use this module, you need to: -- Open the chatter in Odoo (e.g. Open an Invoice). -- Send a message. -- Observe the rendered Subject template. +- Open the chatter in Odoo (e.g. Open an Invoice). +- Send a message. +- Observe the rendered Subject template. Bug Tracker =========== @@ -84,20 +83,20 @@ Authors Contributors ------------ -- Tecnativa +- Tecnativa - - Pedro M. Baeza - - João Marques - - Carlos Roca - - Víctor Martínez + - Pedro M. Baeza + - João Marques + - Carlos Roca + - Víctor Martínez -- Versada +- Versada - - Naglis Jonaitis + - Naglis Jonaitis -- Moduon +- Moduon - - Eduardo de Miguel + - Eduardo de Miguel Maintainers ----------- diff --git a/mail_notification_custom_subject/__manifest__.py b/mail_notification_custom_subject/__manifest__.py index 902ca26b66..08f4f6b089 100644 --- a/mail_notification_custom_subject/__manifest__.py +++ b/mail_notification_custom_subject/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Mail Notification Custom Subject", "summary": "Apply a custom subject to mail notifications", - "version": "17.0.1.0.0", + "version": "17.0.1.1.0", "category": "Social Network", "website": "https://github.com/OCA/social", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/mail_notification_custom_subject/static/description/index.html b/mail_notification_custom_subject/static/description/index.html index 7161bac936..9cd819f87a 100644 --- a/mail_notification_custom_subject/static/description/index.html +++ b/mail_notification_custom_subject/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 Notification Custom Subject

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6498bb0873d44d1fc801e3b27853528df70f5bb46d849898aa9773bf0a52d6e4 +!! source digest: sha256:2a2cd6e5728f24d8fa5c1deb65e2b3a42ba63ca5cbea9b176e4de8b07295f6ef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to specify templates to override the subject on @@ -390,8 +391,7 @@

Configuration