odoo-addon-mail-send-confirmation 18.0.1.0.0.3__py3-none-any.whl → 19.0.1.0.0.3__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,3 +1,7 @@
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
+
1
5
  ======================
2
6
  Mail Send Confirmation
3
7
  ======================
@@ -7,38 +11,30 @@ Mail Send Confirmation
7
11
  !! This file is generated by oca-gen-addon-readme !!
8
12
  !! changes will be overwritten. !!
9
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
14
+ !! source digest: sha256:81fc92f24c63dfb238b3e291885a7e9aa9c6069138703e50d80b62354224e7b6
11
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
16
 
13
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
18
  :target: https://odoo-community.org/page/development-status
15
19
  :alt: Beta
16
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
17
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
22
  :alt: License: AGPL-3
19
23
  .. |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
24
+ :target: https://github.com/OCA/mail/tree/19.0/mail_send_confirmation
21
25
  :alt: OCA/mail
22
26
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_send_confirmation
27
+ :target: https://translation.odoo-community.org/projects/mail-19-0/mail-19-0-mail_send_confirmation
24
28
  :alt: Translate me on Weblate
25
29
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0
30
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=19.0
27
31
  :alt: Try me on Runboat
28
32
 
29
33
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
34
 
31
35
  This module asks for confirmation when 'Send' button in the message
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.
36
+ composer is pressed, to reduce the chances of accidentally sending an
37
+ internal message to the external followers.
42
38
 
43
39
  **Table of contents**
44
40
 
@@ -51,7 +47,7 @@ Bug Tracker
51
47
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
52
48
  In case of trouble, please check there if your issue has already been reported.
53
49
  If you spotted it first, help us to smash it by providing a detailed and welcomed
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**>`_.
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**>`_.
55
51
 
56
52
  Do not contact contributors directly about support or help with technical issues.
57
53
 
@@ -75,6 +71,10 @@ Contributors
75
71
  - Andrea Stirpe
76
72
  - Kevin Khao
77
73
 
74
+ - `CorporateHub <https://corporatehub.eu/>`__
75
+
76
+ - Alexey Pelykh <alexey.pelykh@corphub.eu>
77
+
78
78
  Maintainers
79
79
  -----------
80
80
 
@@ -88,6 +88,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
88
88
  mission is to support the collaborative development of Odoo features and
89
89
  promote its widespread use.
90
90
 
91
- This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_send_confirmation>`_ project on GitHub.
91
+ This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/19.0/mail_send_confirmation>`_ project on GitHub.
92
92
 
93
93
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -1,8 +1,9 @@
1
- # Copyright 2023 Quartile Limited
1
+ # Copyright 2023 Quartile (https://www.quartile.co)
2
+ # Copyright 2025 CorporateHub
2
3
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
4
  {
4
5
  "name": "Mail Send Confirmation",
5
- "version": "18.0.1.0.0",
6
+ "version": "19.0.1.0.0",
6
7
  "author": "Quartile Limited, Odoo Community Association (OCA)",
7
8
  "license": "AGPL-3",
8
9
  "category": "Mail",
@@ -13,5 +14,8 @@
13
14
  "mail_send_confirmation/static/src/models/composer_view.esm.js",
14
15
  ],
15
16
  },
17
+ "data": [
18
+ "views/mail_compose_message.xml",
19
+ ],
16
20
  "installable": True,
17
21
  }
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 18.0\n"
7
+ "Project-Id-Version: Odoo Server 19.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -16,6 +16,7 @@ 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
+ #: model_terms:ir.ui.view,arch_db:mail_send_confirmation.mail__email_compose_message_wizard_form
19
20
  msgid ""
20
21
  "This message will be sent to external partners as well. Are you sure you "
21
22
  "would like to send this message?"
@@ -3,3 +3,5 @@
3
3
  - [360ERP](https://www.360erp.com):
4
4
  - Andrea Stirpe
5
5
  - Kevin Khao
6
+ - [CorporateHub](https://corporatehub.eu/)
7
+ - Alexey Pelykh \<<alexey.pelykh@corphub.eu>\>
@@ -1,10 +1,3 @@
1
1
  This module asks for confirmation when 'Send' button in the message
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.
2
+ composer is pressed, to reduce the chances of accidentally sending an
3
+ internal message to the external followers.
@@ -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>Mail Send Confirmation</title>
6
+ <title>README.rst</title>
7
7
  <style type="text/css">
8
8
 
9
9
  /*
@@ -360,30 +360,34 @@ ul.auto-toc {
360
360
  </style>
361
361
  </head>
362
362
  <body>
363
- <div class="document" id="mail-send-confirmation">
364
- <h1 class="title">Mail Send Confirmation</h1>
363
+ <div class="document">
365
364
 
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>
366
371
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
372
  !! This file is generated by oca-gen-addon-readme !!
368
373
  !! changes will be overwritten. !!
369
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
375
+ !! source digest: sha256:81fc92f24c63dfb238b3e291885a7e9aa9c6069138703e50d80b62354224e7b6
371
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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>
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/mail/tree/19.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-19-0/mail-19-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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
378
  <p>This module asks for confirmation when ‘Send’ button in the message
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>
379
+ composer is pressed, to reduce the chances of accidentally sending an
380
+ internal message to the external followers.</p>
382
381
  <p><strong>Table of contents</strong></p>
383
382
  <div class="contents local topic" id="contents">
384
383
  <ul class="simple">
385
384
  <li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
386
- <li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</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>
387
391
  </ul>
388
392
  </div>
389
393
  <div class="section" id="bug-tracker">
@@ -391,21 +395,19 @@ simple composer.</p>
391
395
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/mail/issues">GitHub Issues</a>.
392
396
  In case of trouble, please check there if your issue has already been reported.
393
397
  If you spotted it first, help us to smash it by providing a detailed and welcomed
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>
398
+ <a class="reference external" href="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**">feedback</a>.</p>
395
399
  <p>Do not contact contributors directly about support or help with technical issues.</p>
396
400
  </div>
397
401
  <div class="section" id="credits">
398
402
  <h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
399
- </div>
400
- </div>
401
403
  <div class="section" id="authors">
402
- <h1>Authors</h1>
404
+ <h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
403
405
  <ul class="simple">
404
406
  <li>Quartile Limited</li>
405
407
  </ul>
406
408
  </div>
407
409
  <div class="section" id="contributors">
408
- <h1>Contributors</h1>
410
+ <h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
409
411
  <ul class="simple">
410
412
  <li><a class="reference external" href="https://www.quartile.co">Quartile</a>:<ul>
411
413
  <li>Aung Ko Ko Lin</li>
@@ -416,10 +418,14 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
416
418
  <li>Kevin Khao</li>
417
419
  </ul>
418
420
  </li>
421
+ <li><a class="reference external" href="https://corporatehub.eu/">CorporateHub</a><ul>
422
+ <li>Alexey Pelykh &lt;<a class="reference external" href="mailto:alexey.pelykh&#64;corphub.eu">alexey.pelykh&#64;corphub.eu</a>&gt;</li>
423
+ </ul>
424
+ </li>
419
425
  </ul>
420
426
  </div>
421
427
  <div class="section" id="maintainers">
422
- <h1>Maintainers</h1>
428
+ <h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
423
429
  <p>This module is maintained by the OCA.</p>
424
430
  <a class="reference external image-reference" href="https://odoo-community.org">
425
431
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -427,9 +433,11 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
427
433
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
428
434
  mission is to support the collaborative development of Odoo features and
429
435
  promote its widespread use.</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
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/mail/tree/19.0/mail_send_confirmation">OCA/mail</a> project on GitHub.</p>
431
437
  <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>
432
438
  </div>
433
439
  </div>
440
+ </div>
441
+ </div>
434
442
  </body>
435
443
  </html>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <odoo>
3
+ <record id="mail__email_compose_message_wizard_form" model="ir.ui.view">
4
+ <field name="name">mail.compose.message.form</field>
5
+ <field name="model">mail.compose.message</field>
6
+ <field name="inherit_id" ref="mail.email_compose_message_wizard_form" />
7
+ <field name="arch" type="xml">
8
+ <xpath expr="//button[@name='action_send_mail']" position="attributes">
9
+ <attribute
10
+ name="confirm"
11
+ >This message will be sent to external partners as well. Are you sure you would like to send this message?</attribute>
12
+ </xpath>
13
+ </field>
14
+ </record>
15
+ </odoo>
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-mail_send_confirmation
3
- Version: 18.0.1.0.0.3
4
- Requires-Python: >=3.10
5
- Requires-Dist: odoo==18.0.*
3
+ Version: 19.0.1.0.0.3
4
+ Requires-Dist: odoo==19.0.*
6
5
  Summary: Mail Send Confirmation
7
6
  Home-page: https://github.com/OCA/mail
8
7
  License: AGPL-3
@@ -10,8 +9,13 @@ Author: Quartile Limited, Odoo Community Association (OCA)
10
9
  Author-email: support@odoo-community.org
11
10
  Classifier: Programming Language :: Python
12
11
  Classifier: Framework :: Odoo
13
- Classifier: Framework :: Odoo :: 18.0
12
+ Classifier: Framework :: Odoo :: 19.0
14
13
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
+ Description-Content-Type: text/x-rst
15
+
16
+ .. image:: https://odoo-community.org/readme-banner-image
17
+ :target: https://odoo-community.org/get-involved?utm_source=readme
18
+ :alt: Odoo Community Association
15
19
 
16
20
  ======================
17
21
  Mail Send Confirmation
@@ -22,38 +26,30 @@ Mail Send Confirmation
22
26
  !! This file is generated by oca-gen-addon-readme !!
23
27
  !! changes will be overwritten. !!
24
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:21add3e275a98653957d9e7daab0231071242255507af31cfbddb988e2a2b28f
29
+ !! source digest: sha256:81fc92f24c63dfb238b3e291885a7e9aa9c6069138703e50d80b62354224e7b6
26
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
31
 
28
32
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
29
33
  :target: https://odoo-community.org/page/development-status
30
34
  :alt: Beta
31
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
35
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
32
36
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
37
  :alt: License: AGPL-3
34
38
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github
35
- :target: https://github.com/OCA/mail/tree/18.0/mail_send_confirmation
39
+ :target: https://github.com/OCA/mail/tree/19.0/mail_send_confirmation
36
40
  :alt: OCA/mail
37
41
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
38
- :target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_send_confirmation
42
+ :target: https://translation.odoo-community.org/projects/mail-19-0/mail-19-0-mail_send_confirmation
39
43
  :alt: Translate me on Weblate
40
44
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
41
- :target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0
45
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=19.0
42
46
  :alt: Try me on Runboat
43
47
 
44
48
  |badge1| |badge2| |badge3| |badge4| |badge5|
45
49
 
46
50
  This module asks for confirmation when 'Send' button in the message
47
- composer of the chatter is pressed, to reduce the chances of
48
- accidentally sending an internal message to the external followers.
49
-
50
- Limitation
51
- ----------
52
-
53
- As of now, this module does not change the behavior of the full composer
54
- (i.e. no confirmation will be requested), which shows the recipients and
55
- therefore the extra confirmation step may not be as necessary as in the
56
- simple composer.
51
+ composer is pressed, to reduce the chances of accidentally sending an
52
+ internal message to the external followers.
57
53
 
58
54
  **Table of contents**
59
55
 
@@ -66,7 +62,7 @@ Bug Tracker
66
62
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
67
63
  In case of trouble, please check there if your issue has already been reported.
68
64
  If you spotted it first, help us to smash it by providing a detailed and welcomed
69
- `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**>`_.
65
+ `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**>`_.
70
66
 
71
67
  Do not contact contributors directly about support or help with technical issues.
72
68
 
@@ -90,6 +86,10 @@ Contributors
90
86
  - Andrea Stirpe
91
87
  - Kevin Khao
92
88
 
89
+ - `CorporateHub <https://corporatehub.eu/>`__
90
+
91
+ - Alexey Pelykh <alexey.pelykh@corphub.eu>
92
+
93
93
  Maintainers
94
94
  -----------
95
95
 
@@ -103,6 +103,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
103
103
  mission is to support the collaborative development of Odoo features and
104
104
  promote its widespread use.
105
105
 
106
- This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_send_confirmation>`_ project on GitHub.
106
+ This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/19.0/mail_send_confirmation>`_ project on GitHub.
107
107
 
108
108
  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=-T_W2wQi-d3VupTW2YSYjVFn751RpAibI5MklpXuYow,3263
2
+ odoo/addons/mail_send_confirmation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ odoo/addons/mail_send_confirmation/__manifest__.py,sha256=nw-mfsByh_kMrPHGlKGfmSBiViQMj5bHgYOKE9oJtSM,637
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/mail_send_confirmation.pot,sha256=dXqAgzT24YJ4X9XTrX0SUycuyvFOkFxYs8ML-JEHb4A,729
7
+ odoo/addons/mail_send_confirmation/readme/CONTRIBUTORS.md,sha256=X12zln-Hba7EBwjxRbm6Xs6u_BCl8yRZsOUNb0Y99dI,219
8
+ odoo/addons/mail_send_confirmation/readme/DESCRIPTION.md,sha256=KkxSAs_mv410TjBY55LNb-mSNkAtBOhYgluC4vlZADI,182
9
+ odoo/addons/mail_send_confirmation/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
10
+ odoo/addons/mail_send_confirmation/static/description/index.html,sha256=Z34Tc6Nce4tZeqXelonPzGnrNIvF8ZdFPhuPU-xup8k,12798
11
+ odoo/addons/mail_send_confirmation/static/src/models/composer_view.esm.js,sha256=mXWoEdCJZ6fRJGNS03kKtTD4hzXZQpoBWHCSIqyN804,1079
12
+ odoo/addons/mail_send_confirmation/views/mail_compose_message.xml,sha256=qFPdG8gzzzzh4Bclr7fMVgBpyCa-VX1k0ARq4GJ46Xo,703
13
+ odoo_addon_mail_send_confirmation-19.0.1.0.0.3.dist-info/METADATA,sha256=oV9qnowr8B0F1tMBzZpzxxegHhllW_Ujv5ajVlgcmNQ,3787
14
+ odoo_addon_mail_send_confirmation-19.0.1.0.0.3.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
15
+ odoo_addon_mail_send_confirmation-19.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
16
+ odoo_addon_mail_send_confirmation-19.0.1.0.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: Whool 1.2
2
+ Generator: Whool 1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,15 +0,0 @@
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/mail_send_confirmation.pot,sha256=0nms2BLNzObyaX8JNzLSptkPOGre_H7V8Bv0jLQcyzk,632
7
- odoo/addons/mail_send_confirmation/readme/CONTRIBUTORS.md,sha256=xvmKgwDidpCjeDvaxzYyeoC8F3s8b9GbtQaUSQCUSj8,127
8
- odoo/addons/mail_send_confirmation/readme/DESCRIPTION.md,sha256=o5ZU2PiMy4SE74PmuYFLv3BoCJ0r_3lo3-VjGp-UwzI,448
9
- odoo/addons/mail_send_confirmation/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
10
- odoo/addons/mail_send_confirmation/static/description/index.html,sha256=vp9FeUYGJen3OW0v2TlQnzREEa1X9zRFsmzM6A7fa_U,12247
11
- odoo/addons/mail_send_confirmation/static/src/models/composer_view.esm.js,sha256=mXWoEdCJZ6fRJGNS03kKtTD4hzXZQpoBWHCSIqyN804,1079
12
- odoo_addon_mail_send_confirmation-18.0.1.0.0.3.dist-info/METADATA,sha256=6thP625t1zi16q4hjr4G79eJYmm-qL-hrUR0XE19gyc,3790
13
- odoo_addon_mail_send_confirmation-18.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
14
- odoo_addon_mail_send_confirmation-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
15
- odoo_addon_mail_send_confirmation-18.0.1.0.0.3.dist-info/RECORD,,