File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,15 @@ Mail - Send Email Copy
25
25
26
26
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
27
27
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
+
30
37
31
38
Use Case
32
39
--------
Original file line number Diff line number Diff line change @@ -368,8 +368,13 @@ <h1 class="title">Mail - Send Email Copy</h1>
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370
370
< 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 >
373
378
< div class ="section " id ="use-case ">
374
379
< h1 > Use Case</ h1 >
375
380
< p > This feature can be usefull for users:</ p >
You can’t perform that action at this time.
0 commit comments