Skip to content

Commit 4e96603

Browse files
committed
Merge PR #91 into 19.0
Signed-off-by etobella
2 parents 16bfd14 + 80d5684 commit 4e96603

File tree

13 files changed

+739
-0
lines changed

13 files changed

+739
-0
lines changed

mail_send_confirmation/README.rst

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
======================
6+
Mail Send Confirmation
7+
======================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github
24+
:target: https://github.com/OCA/mail/tree/19.0/mail_send_confirmation
25+
:alt: OCA/mail
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/mail-19-0/mail-19-0-mail_send_confirmation
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module asks for confirmation when 'Send' button in the message
36+
composer is pressed, to reduce the chances of accidentally sending an
37+
internal message to the external followers.
38+
39+
**Table of contents**
40+
41+
.. contents::
42+
:local:
43+
44+
Bug Tracker
45+
===========
46+
47+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
48+
In case of trouble, please check there if your issue has already been reported.
49+
If you spotted it first, help us to smash it by providing a detailed and welcomed
50+
`feedback <https://github.com/OCA/mail/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
51+
52+
Do not contact contributors directly about support or help with technical issues.
53+
54+
Credits
55+
=======
56+
57+
Authors
58+
-------
59+
60+
* Quartile Limited
61+
62+
Contributors
63+
------------
64+
65+
- `Quartile <https://www.quartile.co>`__:
66+
67+
- Aung Ko Ko Lin
68+
69+
- `360ERP <https://www.360erp.com>`__:
70+
71+
- Andrea Stirpe
72+
- Kevin Khao
73+
74+
- `CorporateHub <https://corporatehub.eu/>`__
75+
76+
- Alexey Pelykh <alexey.pelykh@corphub.eu>
77+
78+
Maintainers
79+
-----------
80+
81+
This module is maintained by the OCA.
82+
83+
.. image:: https://odoo-community.org/logo.png
84+
:alt: Odoo Community Association
85+
:target: https://odoo-community.org
86+
87+
OCA, or the Odoo Community Association, is a nonprofit organization whose
88+
mission is to support the collaborative development of Odoo features and
89+
promote its widespread use.
90+
91+
This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/19.0/mail_send_confirmation>`_ project on GitHub.
92+
93+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

mail_send_confirmation/__init__.py

Whitespace-only changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2023 Quartile (https://www.quartile.co)
2+
# Copyright 2025 CorporateHub
3+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4+
{
5+
"name": "Mail Send Confirmation",
6+
"version": "19.0.1.0.0",
7+
"author": "Quartile Limited, Odoo Community Association (OCA)",
8+
"license": "AGPL-3",
9+
"category": "Mail",
10+
"website": "https://github.com/OCA/mail",
11+
"depends": ["mail"],
12+
"assets": {
13+
"web.assets_backend": [
14+
"mail_send_confirmation/static/src/models/composer_view.esm.js",
15+
],
16+
},
17+
"data": [
18+
"views/mail_compose_message.xml",
19+
],
20+
"installable": True,
21+
}

mail_send_confirmation/i18n/es.po

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_send_confirmation
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-01-09 20:34+0000\n"
10+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: mail_send_confirmation
20+
#. odoo-javascript
21+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
22+
#, python-format
23+
msgid "Confirm"
24+
msgstr "Confirmar"
25+
26+
#. module: mail_send_confirmation
27+
#. odoo-javascript
28+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
29+
#, python-format
30+
msgid "Confirmation"
31+
msgstr "Confirmación"
32+
33+
#. module: mail_send_confirmation
34+
#. odoo-javascript
35+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
36+
#, python-format
37+
msgid "Discard"
38+
msgstr "Descartar"
39+
40+
#. module: mail_send_confirmation
41+
#. odoo-javascript
42+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
43+
#, python-format
44+
msgid ""
45+
"This message will be sent to external partners as well. Are you sure you "
46+
"would like to send this message?"
47+
msgstr ""
48+
"Este mensaje también se enviará a socios externos. ¿Está seguro de que desea "
49+
"enviar este mensaje?"

mail_send_confirmation/i18n/it.po

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_send_confirmation
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-01-03 11:36+0000\n"
10+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: mail_send_confirmation
20+
#. odoo-javascript
21+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
22+
#, python-format
23+
msgid "Confirm"
24+
msgstr "Conferma"
25+
26+
#. module: mail_send_confirmation
27+
#. odoo-javascript
28+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
29+
#, python-format
30+
msgid "Confirmation"
31+
msgstr "Conferma"
32+
33+
#. module: mail_send_confirmation
34+
#. odoo-javascript
35+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
36+
#, python-format
37+
msgid "Discard"
38+
msgstr "Abbandona"
39+
40+
#. module: mail_send_confirmation
41+
#. odoo-javascript
42+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
43+
#, python-format
44+
msgid ""
45+
"This message will be sent to external partners as well. Are you sure you "
46+
"would like to send this message?"
47+
msgstr ""
48+
"Questo messaggio verrà inviato anche ai partner. Si è sicuri di inviare "
49+
"questo messaggio?"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mail_send_confirmation
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: mail_send_confirmation
17+
#. odoo-javascript
18+
#: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
19+
msgid ""
20+
"This message will be sent to external partners as well. Are you sure you "
21+
"would like to send this message?"
22+
msgstr ""
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- [Quartile](https://www.quartile.co):
2+
- Aung Ko Ko Lin
3+
- [360ERP](https://www.360erp.com):
4+
- Andrea Stirpe
5+
- Kevin Khao
6+
- [CorporateHub](https://corporatehub.eu/)
7+
- Alexey Pelykh \<<alexey.pelykh@corphub.eu>\>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This module asks for confirmation when 'Send' button in the message
2+
composer is pressed, to reduce the chances of accidentally sending an
3+
internal message to the external followers.
9.23 KB
Loading

0 commit comments

Comments
 (0)