mirror of https://github.com/OCA/social.git
[BOT] post-merge updates
parent
877bc265a3
commit
40b173935c
|
@ -33,7 +33,7 @@ addon | version | maintainers | summary
|
|||
[mail_debrand](mail_debrand/) | 17.0.1.0.0 | [](https://github.com/pedrobaeza) [](https://github.com/joao-p-marques) | Remove Odoo branding in sent emails Removes anchor <a href odoo.com togheder with it's parent ( for powerd by) form all the templates removes any 'odoo' that are in tempalte texts > 20characters
|
||||
[mail_forward](mail_forward/) | 17.0.2.0.0 | [](https://github.com/carlos-lopez-tecnativa) | Forward messages from the chatter of any document to other users.
|
||||
[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.1.0 | [](https://github.com/yajo) | Apply a custom subject to mail notifications
|
||||
[mail_notification_custom_subject](mail_notification_custom_subject/) | 17.0.1.2.0 | [](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.
|
||||
|
|
|
@ -7,7 +7,7 @@ Mail Notification Custom Subject
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:2a2cd6e5728f24d8fa5c1deb65e2b3a42ba63ca5cbea9b176e4de8b07295f6ef
|
||||
!! source digest: sha256:83cd7d0e7b75b08fb47046bf6f644f1d4477aa51d8b6f2bf4cb042cd70e84a5e
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
||||
|
@ -39,32 +39,31 @@ 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
|
||||
`expressions <https://www.odoo.com/documentation/17.0/applications/general/companies/email_template.html#dynamic-placeholders>`__.
|
||||
- The field **Subject to replace** accepts
|
||||
`expressions <https://www.odoo.com/documentation/17.0/applications/general/companies/email_template.html#dynamic-placeholders>`__
|
||||
- The field **Replace** specifies if the template should replace
|
||||
existing content or append to it.
|
||||
- The field **Partial Replacement** specifies if the template
|
||||
should parcial replace existing content.
|
||||
- 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
|
||||
`expressions <https://www.odoo.com/documentation/17.0/applications/general/companies/email_template.html#dynamic-placeholders>`__.
|
||||
- The field **Subject to replace** accepts
|
||||
`expressions <https://www.odoo.com/documentation/17.0/applications/general/companies/email_template.html#dynamic-placeholders>`__
|
||||
- The field **Replace** specifies if the template should replace
|
||||
existing content or append to it.
|
||||
- The field **Partial Replacement** specifies if the template
|
||||
should parcial replace existing content.
|
||||
|
||||
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
|
||||
===========
|
||||
|
@ -87,20 +86,20 @@ Authors
|
|||
Contributors
|
||||
------------
|
||||
|
||||
- Tecnativa <https://www.tecnativa.com>
|
||||
- Tecnativa <https://www.tecnativa.com>
|
||||
|
||||
- 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 <https://versada.eu>
|
||||
- Versada <https://versada.eu>
|
||||
|
||||
- Naglis Jonaitis
|
||||
- Naglis Jonaitis
|
||||
|
||||
- Moduon <https://www.moduon.team>
|
||||
- Moduon <https://www.moduon.team>
|
||||
|
||||
- Eduardo de Miguel
|
||||
- Eduardo de Miguel
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
"name": "Mail Notification Custom Subject",
|
||||
"summary": "Apply a custom subject to mail notifications",
|
||||
"version": "17.0.1.1.0",
|
||||
"version": "17.0.1.2.0",
|
||||
"category": "Social Network",
|
||||
"website": "https://github.com/OCA/social",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
|
|
|
@ -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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|||
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.option {
|
|||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
span.problematic, pre.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
|
@ -366,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:2a2cd6e5728f24d8fa5c1deb65e2b3a42ba63ca5cbea9b176e4de8b07295f6ef
|
||||
!! source digest: sha256:83cd7d0e7b75b08fb47046bf6f644f1d4477aa51d8b6f2bf4cb042cd70e84a5e
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/17.0/mail_notification_custom_subject"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_notification_custom_subject"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows you to specify templates to override the subject on
|
||||
|
@ -390,8 +391,7 @@ the notification emails sent by Odoo</p>
|
|||
<ul>
|
||||
<li><p class="first">Activate access to <strong>Technical Features</strong> (debug mode).</p>
|
||||
</li>
|
||||
<li><p class="first">Go to <strong>Settings > Technical > Email > Subject Replacement
|
||||
Templates</strong></p>
|
||||
<li><p class="first">Go to <strong>Settings > Technical > Email > Subject Replacement Templates</strong></p>
|
||||
</li>
|
||||
<li><p class="first">Create a new template.</p>
|
||||
<blockquote>
|
||||
|
@ -464,7 +464,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org">
|
||||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
||||
</a>
|
||||
<p>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.</p>
|
||||
|
|
Loading…
Reference in New Issue