Skip to content

Commit

Permalink
fixup! [ADD] mail_send_bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Nov 13, 2019
1 parent c42a3cc commit 50ec07e
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Mail - Send Email Bcc",
"summary": "Send to you in Bcc mode each mail sent by Odoo",
"name": "Mail - Send Email Copy",
"summary": "Send to you a copy of each mail sent by Odoo",
"version": "12.0.1.0.0",
"category": "Social Network",
"author": "GRAP"
Expand Down
10 changes: 5 additions & 5 deletions mail_send_bcc/i18n/fr.po → mail_send_copy/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_send_bcc
# * mail_send_copy
#
msgid ""
msgstr ""
Expand All @@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: mail_send_bcc
#: model:ir.model,name:mail_send_bcc.model_ir_mail_server
#. module: mail_send_copy
#: model:ir.model,name:mail_send_copy.model_ir_mail_server
msgid "Mail Server"
msgstr "Serveur d'email"

#. module: mail_send_bcc
#: model:ir.model,name:mail_send_bcc.model_res_users
#. module: mail_send_copy
#: model:ir.model,name:mail_send_copy.model_res_users
msgid "Users"
msgstr "Utilisateurs"

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions mail_send_copy/readme/ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add the possibility to select if the mail is sent in "Cc" or in "Bcc" mode.
File renamed without changes

0 comments on commit 50ec07e

Please sign in to comment.