Skip to content

Commit 59bac5b

Browse files
committedMay 25, 2021
[UPD] README.rst
1 parent f9bd052 commit 59bac5b

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed
 

‎mail_send_copy/README.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,15 @@ Mail - Send Email Copy
2525

2626
|badge1| |badge2| |badge3| |badge4| |badge5|
2727

28-
This module extends the functionality of Mail Module to allow users to
29-
receive each mail sent by Odoo, in BCC mode.
28+
29+
This module extends the functionality of Mail Module adding sender in
30+
BBC field to receive a copy of each mail sent by Odoo.
31+
32+
.. warning::
33+
34+
Sender can be different from the current user according email
35+
template in use.
36+
3037

3138
Use Case
3239
--------

‎mail_send_copy/static/description/index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,13 @@ <h1 class="title">Mail - Send Email Copy</h1>
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370370
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" 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" href="https://github.com/OCA/social/tree/14.0/mail_send_copy"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_send_copy"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/205/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
371-
<p>This module extends the functionality of Mail Module to allow users to
372-
receive each mail sent by Odoo, in BCC mode.</p>
371+
<p>This module extends the functionality of Mail Module adding sender in
372+
BBC field to receive a copy of each mail sent by Odoo.</p>
373+
<div class="admonition warning">
374+
<p class="first admonition-title">Warning</p>
375+
<p class="last">Sender can be different from the current user according email
376+
template in use.</p>
377+
</div>
373378
<div class="section" id="use-case">
374379
<h1>Use Case</h1>
375380
<p>This feature can be usefull for users:</p>

0 commit comments

Comments
 (0)
Please sign in to comment.