odoo-addon-mail-send-confirmation 17.0.1.0.1.1__py3-none-any.whl → 18.0.1.0.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,3 @@
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
1
  ======================
6
2
  Mail Send Confirmation
7
3
  ======================
@@ -11,30 +7,38 @@ Mail Send Confirmation
11
7
  !! This file is generated by oca-gen-addon-readme !!
12
8
  !! changes will be overwritten. !!
13
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:37d492462c6d95e129109c96ae65c213419db66f7d175a93582057c6943a88d1
10
+ !! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
15
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
12
 
17
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18
14
  :target: https://odoo-community.org/page/development-status
19
15
  :alt: Beta
20
- .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
16
+ .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
21
17
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22
18
  :alt: License: AGPL-3
23
- .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
24
- :target: https://github.com/OCA/social/tree/17.0/mail_send_confirmation
25
- :alt: OCA/social
19
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github
20
+ :target: https://github.com/OCA/mail/tree/18.0/mail_send_confirmation
21
+ :alt: OCA/mail
26
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27
- :target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_send_confirmation
23
+ :target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_send_confirmation
28
24
  :alt: Translate me on Weblate
29
25
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30
- :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0
31
27
  :alt: Try me on Runboat
32
28
 
33
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
34
30
 
35
31
  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.
32
+ composer of the chatter is pressed, to reduce the chances of
33
+ accidentally sending an internal message to the external followers.
34
+
35
+ Limitation
36
+ ----------
37
+
38
+ As of now, this module does not change the behavior of the full composer
39
+ (i.e. no confirmation will be requested), which shows the recipients and
40
+ therefore the extra confirmation step may not be as necessary as in the
41
+ simple composer.
38
42
 
39
43
  **Table of contents**
40
44
 
@@ -44,10 +48,10 @@ internal message to the external followers.
44
48
  Bug Tracker
45
49
  ===========
46
50
 
47
- Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
51
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
48
52
  In case of trouble, please check there if your issue has already been reported.
49
53
  If you spotted it first, help us to smash it by providing a detailed and welcomed
50
- `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
54
+ `feedback <https://github.com/OCA/mail/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
51
55
 
52
56
  Do not contact contributors directly about support or help with technical issues.
53
57
 
@@ -69,10 +73,7 @@ Contributors
69
73
  - `360ERP <https://www.360erp.com>`__:
70
74
 
71
75
  - Andrea Stirpe
72
-
73
- - `CorporateHub <https://corporatehub.eu/>`__
74
-
75
- - Alexey Pelykh <alexey.pelykh@corphub.eu>
76
+ - Kevin Khao
76
77
 
77
78
  Maintainers
78
79
  -----------
@@ -87,6 +88,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
87
88
  mission is to support the collaborative development of Odoo features and
88
89
  promote its widespread use.
89
90
 
90
- This module is part of the `OCA/social <https://github.com/OCA/social/tree/17.0/mail_send_confirmation>`_ project on GitHub.
91
+ This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_send_confirmation>`_ project on GitHub.
91
92
 
92
93
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -1,21 +1,17 @@
1
1
  # Copyright 2023 Quartile Limited
2
- # Copyright 2025 CorporateHub
3
2
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4
3
  {
5
4
  "name": "Mail Send Confirmation",
6
- "version": "17.0.1.0.1",
5
+ "version": "18.0.1.0.0",
7
6
  "author": "Quartile Limited, Odoo Community Association (OCA)",
8
7
  "license": "AGPL-3",
9
8
  "category": "Mail",
10
- "website": "https://github.com/OCA/social",
9
+ "website": "https://github.com/OCA/mail",
11
10
  "depends": ["mail"],
12
11
  "assets": {
13
12
  "web.assets_backend": [
14
13
  "mail_send_confirmation/static/src/models/composer_view.esm.js",
15
14
  ],
16
15
  },
17
- "data": [
18
- "views/mail_compose_message.xml",
19
- ],
20
16
  "installable": True,
21
17
  }
@@ -20,21 +20,30 @@ msgstr ""
20
20
  #. odoo-javascript
21
21
  #: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
22
22
  #, python-format
23
- msgid ""
24
- "This message will be sent to external partners as well. Are you sure you "
25
- "would like to send this message?"
26
- msgstr ""
27
- "Este mensaje también se enviará a socios externos. ¿Está seguro de que desea "
28
- "enviar este mensaje?"
23
+ msgid "Confirm"
24
+ msgstr "Confirmar"
29
25
 
26
+ #. module: mail_send_confirmation
27
+ #. odoo-javascript
28
+ #: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
30
29
  #, python-format
31
- #~ msgid "Confirm"
32
- #~ msgstr "Confirmar"
30
+ msgid "Confirmation"
31
+ msgstr "Confirmación"
33
32
 
33
+ #. module: mail_send_confirmation
34
+ #. odoo-javascript
35
+ #: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
34
36
  #, python-format
35
- #~ msgid "Confirmation"
36
- #~ msgstr "Confirmación"
37
+ msgid "Discard"
38
+ msgstr "Descartar"
37
39
 
40
+ #. module: mail_send_confirmation
41
+ #. odoo-javascript
42
+ #: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
38
43
  #, python-format
39
- #~ msgid "Discard"
40
- #~ msgstr "Descartar"
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?"
@@ -4,21 +4,22 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 17.0\n"
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "Last-Translator: Automatically generated\n"
9
+ "PO-Revision-Date: 2025-10-09 05:42+0000\n"
10
+ "Last-Translator: Ryoko Tsuda <ryoko@quartile.co>\n"
10
11
  "Language-Team: none\n"
11
12
  "Language: ja\n"
12
13
  "MIME-Version: 1.0\n"
13
14
  "Content-Type: text/plain; charset=UTF-8\n"
14
15
  "Content-Transfer-Encoding: \n"
15
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Weblate 5.10.4\n"
16
18
 
17
19
  #. module: mail_send_confirmation
18
20
  #. odoo-javascript
19
21
  #: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
20
- #, python-format
21
22
  msgid ""
22
23
  "This message will be sent to external partners as well. Are you sure you "
23
24
  "would like to send this message?"
24
- msgstr ""
25
+ msgstr "このメッセージは外部取引先にも送信されます。本当に送信しますか?"
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 17.0\n"
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -16,7 +16,6 @@ msgstr ""
16
16
  #. module: mail_send_confirmation
17
17
  #. odoo-javascript
18
18
  #: code:addons/mail_send_confirmation/static/src/models/composer_view.esm.js:0
19
- #, python-format
20
19
  msgid ""
21
20
  "This message will be sent to external partners as well. Are you sure you "
22
21
  "would like to send this message?"
@@ -2,5 +2,4 @@
2
2
  - Aung Ko Ko Lin
3
3
  - [360ERP](https://www.360erp.com):
4
4
  - Andrea Stirpe
5
- - [CorporateHub](https://corporatehub.eu/)
6
- - Alexey Pelykh \<<alexey.pelykh@corphub.eu>\>
5
+ - Kevin Khao
@@ -1,3 +1,10 @@
1
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.
2
+ composer of the chatter is pressed, to reduce the chances of
3
+ accidentally sending an internal message to the external followers.
4
+
5
+ ## Limitation
6
+
7
+ As of now, this module does not change the behavior of the full composer
8
+ (i.e. no confirmation will be requested), which shows the recipients and
9
+ therefore the extra confirmation step may not be as necessary as in the
10
+ simple composer.
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
5
  <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6
- <title>README.rst</title>
6
+ <title>Mail Send Confirmation</title>
7
7
  <style type="text/css">
8
8
 
9
9
  /*
@@ -360,54 +360,52 @@ ul.auto-toc {
360
360
  </style>
361
361
  </head>
362
362
  <body>
363
- <div class="document">
363
+ <div class="document" id="mail-send-confirmation">
364
+ <h1 class="title">Mail Send Confirmation</h1>
364
365
 
365
-
366
- <a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367
- <img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368
- </a>
369
- <div class="section" id="mail-send-confirmation">
370
- <h1>Mail Send Confirmation</h1>
371
366
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372
367
  !! This file is generated by oca-gen-addon-readme !!
373
368
  !! changes will be overwritten. !!
374
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:37d492462c6d95e129109c96ae65c213419db66f7d175a93582057c6943a88d1
370
+ !! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
376
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
- <p><a class="reference external image-reference" 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 image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/17.0/mail_send_confirmation"><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_send_confirmation"><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&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
+ <p><a class="reference external image-reference" 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 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/mail/tree/18.0/mail_send_confirmation"><img alt="OCA/mail" src="https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_send_confirmation"><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/mail&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
373
  <p>This module asks for confirmation when ‘Send’ button in the message
379
- composer is pressed, to reduce the chances of accidentally sending an
380
- internal message to the external followers.</p>
374
+ composer of the chatter is pressed, to reduce the chances of
375
+ accidentally sending an internal message to the external followers.</p>
376
+ <div class="section" id="limitation">
377
+ <h1>Limitation</h1>
378
+ <p>As of now, this module does not change the behavior of the full composer
379
+ (i.e. no confirmation will be requested), which shows the recipients and
380
+ therefore the extra confirmation step may not be as necessary as in the
381
+ simple composer.</p>
381
382
  <p><strong>Table of contents</strong></p>
382
383
  <div class="contents local topic" id="contents">
383
384
  <ul class="simple">
384
385
  <li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
385
- <li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
386
- <li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
387
- <li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
388
- <li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
389
- </ul>
390
- </li>
386
+ <li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a></li>
391
387
  </ul>
392
388
  </div>
393
389
  <div class="section" id="bug-tracker">
394
390
  <h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
395
- <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
391
+ <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/mail/issues">GitHub Issues</a>.
396
392
  In case of trouble, please check there if your issue has already been reported.
397
393
  If you spotted it first, help us to smash it by providing a detailed and welcomed
398
- <a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
394
+ <a class="reference external" href="https://github.com/OCA/mail/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
399
395
  <p>Do not contact contributors directly about support or help with technical issues.</p>
400
396
  </div>
401
397
  <div class="section" id="credits">
402
398
  <h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
399
+ </div>
400
+ </div>
403
401
  <div class="section" id="authors">
404
- <h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
402
+ <h1>Authors</h1>
405
403
  <ul class="simple">
406
404
  <li>Quartile Limited</li>
407
405
  </ul>
408
406
  </div>
409
407
  <div class="section" id="contributors">
410
- <h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
408
+ <h1>Contributors</h1>
411
409
  <ul class="simple">
412
410
  <li><a class="reference external" href="https://www.quartile.co">Quartile</a>:<ul>
413
411
  <li>Aung Ko Ko Lin</li>
@@ -415,16 +413,13 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
415
413
  </li>
416
414
  <li><a class="reference external" href="https://www.360erp.com">360ERP</a>:<ul>
417
415
  <li>Andrea Stirpe</li>
418
- </ul>
419
- </li>
420
- <li><a class="reference external" href="https://corporatehub.eu/">CorporateHub</a><ul>
421
- <li>Alexey Pelykh &lt;<a class="reference external" href="mailto:alexey.pelykh&#64;corphub.eu">alexey.pelykh&#64;corphub.eu</a>&gt;</li>
416
+ <li>Kevin Khao</li>
422
417
  </ul>
423
418
  </li>
424
419
  </ul>
425
420
  </div>
426
421
  <div class="section" id="maintainers">
427
- <h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
422
+ <h1>Maintainers</h1>
428
423
  <p>This module is maintained by the OCA.</p>
429
424
  <a class="reference external image-reference" href="https://odoo-community.org">
430
425
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -432,11 +427,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
432
427
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
433
428
  mission is to support the collaborative development of Odoo features and
434
429
  promote its widespread use.</p>
435
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/17.0/mail_send_confirmation">OCA/social</a> project on GitHub.</p>
430
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/mail/tree/18.0/mail_send_confirmation">OCA/mail</a> project on GitHub.</p>
436
431
  <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
437
432
  </div>
438
433
  </div>
439
- </div>
440
- </div>
441
434
  </body>
442
435
  </html>
@@ -1,23 +1,19 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-mail_send_confirmation
3
- Version: 17.0.1.0.1.1
3
+ Version: 18.0.1.0.0.5
4
4
  Requires-Python: >=3.10
5
- Requires-Dist: odoo>=17.0a,<17.1dev
5
+ Requires-Dist: odoo==18.0.*
6
6
  Summary: Mail Send Confirmation
7
- Home-page: https://github.com/OCA/social
7
+ Home-page: https://github.com/OCA/mail
8
8
  License: AGPL-3
9
9
  Author: Quartile Limited, Odoo Community Association (OCA)
10
10
  Author-email: support@odoo-community.org
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Framework :: Odoo
13
- Classifier: Framework :: Odoo :: 17.0
13
+ Classifier: Framework :: Odoo :: 18.0
14
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
15
  Description-Content-Type: text/x-rst
16
16
 
17
- .. image:: https://odoo-community.org/readme-banner-image
18
- :target: https://odoo-community.org/get-involved?utm_source=readme
19
- :alt: Odoo Community Association
20
-
21
17
  ======================
22
18
  Mail Send Confirmation
23
19
  ======================
@@ -27,30 +23,38 @@ Mail Send Confirmation
27
23
  !! This file is generated by oca-gen-addon-readme !!
28
24
  !! changes will be overwritten. !!
29
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
- !! source digest: sha256:37d492462c6d95e129109c96ae65c213419db66f7d175a93582057c6943a88d1
26
+ !! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
31
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
28
 
33
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
34
30
  :target: https://odoo-community.org/page/development-status
35
31
  :alt: Beta
36
- .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
32
+ .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
37
33
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
38
34
  :alt: License: AGPL-3
39
- .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
40
- :target: https://github.com/OCA/social/tree/17.0/mail_send_confirmation
41
- :alt: OCA/social
35
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github
36
+ :target: https://github.com/OCA/mail/tree/18.0/mail_send_confirmation
37
+ :alt: OCA/mail
42
38
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
43
- :target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_send_confirmation
39
+ :target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_send_confirmation
44
40
  :alt: Translate me on Weblate
45
41
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
46
- :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0
42
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0
47
43
  :alt: Try me on Runboat
48
44
 
49
45
  |badge1| |badge2| |badge3| |badge4| |badge5|
50
46
 
51
47
  This module asks for confirmation when 'Send' button in the message
52
- composer is pressed, to reduce the chances of accidentally sending an
53
- internal message to the external followers.
48
+ composer of the chatter is pressed, to reduce the chances of
49
+ accidentally sending an internal message to the external followers.
50
+
51
+ Limitation
52
+ ----------
53
+
54
+ As of now, this module does not change the behavior of the full composer
55
+ (i.e. no confirmation will be requested), which shows the recipients and
56
+ therefore the extra confirmation step may not be as necessary as in the
57
+ simple composer.
54
58
 
55
59
  **Table of contents**
56
60
 
@@ -60,10 +64,10 @@ internal message to the external followers.
60
64
  Bug Tracker
61
65
  ===========
62
66
 
63
- Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
67
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
64
68
  In case of trouble, please check there if your issue has already been reported.
65
69
  If you spotted it first, help us to smash it by providing a detailed and welcomed
66
- `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
70
+ `feedback <https://github.com/OCA/mail/issues/new?body=module:%20mail_send_confirmation%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
67
71
 
68
72
  Do not contact contributors directly about support or help with technical issues.
69
73
 
@@ -85,10 +89,7 @@ Contributors
85
89
  - `360ERP <https://www.360erp.com>`__:
86
90
 
87
91
  - Andrea Stirpe
88
-
89
- - `CorporateHub <https://corporatehub.eu/>`__
90
-
91
- - Alexey Pelykh <alexey.pelykh@corphub.eu>
92
+ - Kevin Khao
92
93
 
93
94
  Maintainers
94
95
  -----------
@@ -103,6 +104,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
103
104
  mission is to support the collaborative development of Odoo features and
104
105
  promote its widespread use.
105
106
 
106
- This module is part of the `OCA/social <https://github.com/OCA/social/tree/17.0/mail_send_confirmation>`_ project on GitHub.
107
+ This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_send_confirmation>`_ project on GitHub.
107
108
 
108
109
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,16 @@
1
+ odoo/addons/mail_send_confirmation/README.rst,sha256=W1HYkXc91eFaVW3kfbRUWMgLxQsHrCZyLvqTrEIqMOk,3279
2
+ odoo/addons/mail_send_confirmation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ odoo/addons/mail_send_confirmation/__manifest__.py,sha256=krrDQw-fhaIOmaYs2zAquldCMe1fdLIqVk4AnBJM2_g,526
4
+ odoo/addons/mail_send_confirmation/i18n/es.po,sha256=bHpa32oG19i1MTv0csV3gRoUbpyZFwOL3MP-lT-8foc,1478
5
+ odoo/addons/mail_send_confirmation/i18n/it.po,sha256=5NqRh1ZVFXN_FEdNBpivBxmdU1s33SCynb3RSrrDHSs,1461
6
+ odoo/addons/mail_send_confirmation/i18n/ja.po,sha256=0qv8oGmVKBQ48ObIBPkZNuhTmszbqd58YGriJEqyxpI,877
7
+ odoo/addons/mail_send_confirmation/i18n/mail_send_confirmation.pot,sha256=0nms2BLNzObyaX8JNzLSptkPOGre_H7V8Bv0jLQcyzk,632
8
+ odoo/addons/mail_send_confirmation/readme/CONTRIBUTORS.md,sha256=xvmKgwDidpCjeDvaxzYyeoC8F3s8b9GbtQaUSQCUSj8,127
9
+ odoo/addons/mail_send_confirmation/readme/DESCRIPTION.md,sha256=o5ZU2PiMy4SE74PmuYFLv3BoCJ0r_3lo3-VjGp-UwzI,448
10
+ odoo/addons/mail_send_confirmation/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
11
+ odoo/addons/mail_send_confirmation/static/description/index.html,sha256=vp9FeUYGJen3OW0v2TlQnzREEa1X9zRFsmzM6A7fa_U,12247
12
+ odoo/addons/mail_send_confirmation/static/src/models/composer_view.esm.js,sha256=mXWoEdCJZ6fRJGNS03kKtTD4hzXZQpoBWHCSIqyN804,1079
13
+ odoo_addon_mail_send_confirmation-18.0.1.0.0.5.dist-info/METADATA,sha256=MOaLmabUZMUs1gcxAIDxLZsva8j2lEACFy3aeKdgruw,3827
14
+ odoo_addon_mail_send_confirmation-18.0.1.0.0.5.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
15
+ odoo_addon_mail_send_confirmation-18.0.1.0.0.5.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
16
+ odoo_addon_mail_send_confirmation-18.0.1.0.0.5.dist-info/RECORD,,
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
2
- <odoo>
3
-
4
- <record id="mail__email_compose_message_wizard_form" model="ir.ui.view">
5
- <field name="name">mail.compose.message.form</field>
6
- <field name="model">mail.compose.message</field>
7
- <field name="inherit_id" ref="mail.email_compose_message_wizard_form" />
8
- <field name="arch" type="xml">
9
- <xpath expr="//button[@name='action_send_mail']" position="attributes">
10
- <attribute
11
- name="confirm"
12
- >This message will be sent to external partners as well. Are you sure you would like to send this message?</attribute>
13
- </xpath>
14
- </field>
15
- </record>
16
-
17
- </odoo>
@@ -1,17 +0,0 @@
1
- odoo/addons/mail_send_confirmation/README.rst,sha256=sJTwsDmo3f1WVL_1fzDT1vsXMVyKMKJTOuPNH1Kmcww,3268
2
- odoo/addons/mail_send_confirmation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- odoo/addons/mail_send_confirmation/__manifest__.py,sha256=WJs5V_mxi0e17fXDehIIGA6TLi55NdoxmOv356TasUY,621
4
- odoo/addons/mail_send_confirmation/i18n/es.po,sha256=SiWATCmSCzHORd25QANJGH1Hj2JKE1_t96CmL6n-pp4,1100
5
- odoo/addons/mail_send_confirmation/i18n/it.po,sha256=5NqRh1ZVFXN_FEdNBpivBxmdU1s33SCynb3RSrrDHSs,1461
6
- odoo/addons/mail_send_confirmation/i18n/ja.po,sha256=NHv_MXMDPMIC3uQBwtobHaHA9yQ9ZmkhhXUvwlbosuE,714
7
- odoo/addons/mail_send_confirmation/i18n/mail_send_confirmation.pot,sha256=kDEYjRL9NH5eum-fJCkcUIo8ySOAzuCFqw5u4GD0bv4,649
8
- odoo/addons/mail_send_confirmation/readme/CONTRIBUTORS.md,sha256=_xkdVVtrlNGunf9zYdnRwvaeZMJVY0kwEwXSVvRMedg,204
9
- odoo/addons/mail_send_confirmation/readme/DESCRIPTION.md,sha256=KkxSAs_mv410TjBY55LNb-mSNkAtBOhYgluC4vlZADI,182
10
- odoo/addons/mail_send_confirmation/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
11
- odoo/addons/mail_send_confirmation/static/description/index.html,sha256=zyENOglscPnBPqJgTQ5gT5aCaZKtQ4TViNwBexEc4Zg,12798
12
- odoo/addons/mail_send_confirmation/static/src/models/composer_view.esm.js,sha256=mXWoEdCJZ6fRJGNS03kKtTD4hzXZQpoBWHCSIqyN804,1079
13
- odoo/addons/mail_send_confirmation/views/mail_compose_message.xml,sha256=QWjFR0m6Bp6hxYV3yuDJaZNo6HMm9yZwbfGtKuZ323Y,705
14
- odoo_addon_mail_send_confirmation-17.0.1.0.1.1.dist-info/METADATA,sha256=Jr9D-REunjlOo0VIVnYp2US7H_JT6H9UJ3SqMVayJ5o,3826
15
- odoo_addon_mail_send_confirmation-17.0.1.0.1.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
16
- odoo_addon_mail_send_confirmation-17.0.1.0.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
17
- odoo_addon_mail_send_confirmation-17.0.1.0.1.1.dist-info/RECORD,,