odoo-addon-mail-attach-existing-attachment 17.0.1.0.0.6__py3-none-any.whl → 18.0.1.0.0.2__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.
- odoo/addons/mail_attach_existing_attachment/README.rst +32 -24
- odoo/addons/mail_attach_existing_attachment/__manifest__.py +2 -2
- odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot +1 -1
- odoo/addons/mail_attach_existing_attachment/readme/CONTRIBUTORS.md +2 -0
- odoo/addons/mail_attach_existing_attachment/static/description/index.html +34 -21
- odoo/addons/mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py +1 -1
- {odoo_addon_mail_attach_existing_attachment-17.0.1.0.0.6.dist-info → odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info}/METADATA +36 -28
- {odoo_addon_mail_attach_existing_attachment-17.0.1.0.0.6.dist-info → odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info}/RECORD +10 -10
- {odoo_addon_mail_attach_existing_attachment-17.0.1.0.0.6.dist-info → odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info}/WHEEL +0 -0
- {odoo_addon_mail_attach_existing_attachment-17.0.1.0.0.6.dist-info → odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info}/top_level.txt +0 -0
@@ -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 Attach Existing Attachment
|
3
7
|
===============================
|
@@ -7,23 +11,23 @@ Mail Attach Existing Attachment
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
8
12
|
!! changes will be overwritten. !!
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
14
|
+
!! source digest: sha256:578cfdefd4d461e90fdf1d9de67f86992efeaf51c556f4be4da72a920740e881
|
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/
|
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
|
-
.. |badge3| image:: https://img.shields.io/badge/github-OCA%
|
20
|
-
:target: https://github.com/OCA/
|
21
|
-
:alt: OCA/
|
23
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github
|
24
|
+
:target: https://github.com/OCA/mail/tree/18.0/mail_attach_existing_attachment
|
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/
|
27
|
+
:target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_attach_existing_attachment
|
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/
|
30
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0
|
27
31
|
:alt: Try me on Runboat
|
28
32
|
|
29
33
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -42,31 +46,31 @@ Usage
|
|
42
46
|
|
43
47
|
To use this module, you need to:
|
44
48
|
|
45
|
-
-
|
49
|
+
- Add some attachments on an object by creating a new *Log note*
|
46
50
|
|
47
51
|
|image1|
|
48
52
|
|
49
|
-
-
|
50
|
-
|
53
|
+
- Then, by sending the object via email, you can select the attachment
|
54
|
+
added earlier
|
51
55
|
|
52
56
|
|image2|
|
53
57
|
|
54
|
-
.. |image1| image:: https://raw.githubusercontent.com/OCA/
|
55
|
-
.. |image2| image:: https://raw.githubusercontent.com/OCA/
|
58
|
+
.. |image1| image:: https://raw.githubusercontent.com/OCA/mail/18.0/mail_attach_existing_attachment/static/description/attachment.png
|
59
|
+
.. |image2| image:: https://raw.githubusercontent.com/OCA/mail/18.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png
|
56
60
|
|
57
61
|
Known issues / Roadmap
|
58
62
|
======================
|
59
63
|
|
60
|
-
-
|
61
|
-
|
64
|
+
- The module only allows the addition of attachments linked to the
|
65
|
+
object.
|
62
66
|
|
63
67
|
Bug Tracker
|
64
68
|
===========
|
65
69
|
|
66
|
-
Bugs are tracked on `GitHub Issues <https://github.com/OCA/
|
70
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
|
67
71
|
In case of trouble, please check there if your issue has already been reported.
|
68
72
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
69
|
-
`feedback <https://github.com/OCA/
|
73
|
+
`feedback <https://github.com/OCA/mail/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
70
74
|
|
71
75
|
Do not contact contributors directly about support or help with technical issues.
|
72
76
|
|
@@ -82,16 +86,20 @@ Authors
|
|
82
86
|
Contributors
|
83
87
|
------------
|
84
88
|
|
85
|
-
-
|
86
|
-
-
|
87
|
-
-
|
89
|
+
- Adrien Peiffer <adrien.peiffer@acsone.eu>
|
90
|
+
- Benoit Aimont <benoit.aimont@acsone.eu>
|
91
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
92
|
+
|
93
|
+
- Sergio Teruel
|
94
|
+
- Ernesto Tejeda
|
95
|
+
|
96
|
+
- `360ERP <https://www.360erp.com>`__:
|
88
97
|
|
89
|
-
|
90
|
-
- Ernesto Tejeda
|
98
|
+
- Andrea Stirpe
|
91
99
|
|
92
|
-
-
|
100
|
+
- `Apik <https://www.aapik.cloud>`__:
|
93
101
|
|
94
|
-
|
102
|
+
- Frederic Grall
|
95
103
|
|
96
104
|
Maintainers
|
97
105
|
-----------
|
@@ -106,6 +114,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
106
114
|
mission is to support the collaborative development of Odoo features and
|
107
115
|
promote its widespread use.
|
108
116
|
|
109
|
-
This module is part of the `OCA/
|
117
|
+
This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_attach_existing_attachment>`_ project on GitHub.
|
110
118
|
|
111
119
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -5,9 +5,9 @@
|
|
5
5
|
"name": "Mail Attach Existing Attachment",
|
6
6
|
"summary": "Adding attachment on the object by sending this one",
|
7
7
|
"author": "ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)",
|
8
|
-
"website": "https://github.com/OCA/
|
8
|
+
"website": "https://github.com/OCA/mail",
|
9
9
|
"category": "Social Network",
|
10
|
-
"version": "
|
10
|
+
"version": "18.0.1.0.0",
|
11
11
|
"license": "AGPL-3",
|
12
12
|
"depends": ["mail"],
|
13
13
|
"data": ["wizard/mail_compose_message_view.xml"],
|
@@ -3,15 +3,16 @@
|
|
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>
|
6
|
+
<title>README.rst</title>
|
7
7
|
<style type="text/css">
|
8
8
|
|
9
9
|
/*
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
11
|
-
:Id: $Id: html4css1.css
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
13
13
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
15
16
|
|
16
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
17
18
|
customize this style sheet.
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
274
275
|
margin-left: 2em ;
|
275
276
|
margin-right: 2em }
|
276
277
|
|
277
|
-
pre.code .ln { color:
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
@@ -300,7 +301,7 @@ span.option {
|
|
300
301
|
span.pre {
|
301
302
|
white-space: pre }
|
302
303
|
|
303
|
-
span.problematic {
|
304
|
+
span.problematic, pre.problematic {
|
304
305
|
color: red }
|
305
306
|
|
306
307
|
span.section-subtitle {
|
@@ -359,16 +360,21 @@ ul.auto-toc {
|
|
359
360
|
</style>
|
360
361
|
</head>
|
361
362
|
<body>
|
362
|
-
<div class="document"
|
363
|
-
<h1 class="title">Mail Attach Existing Attachment</h1>
|
363
|
+
<div class="document">
|
364
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-attach-existing-attachment">
|
370
|
+
<h1>Mail Attach Existing Attachment</h1>
|
365
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
366
372
|
!! This file is generated by oca-gen-addon-readme !!
|
367
373
|
!! changes will be overwritten. !!
|
368
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
369
|
-
!! source digest: sha256:
|
375
|
+
!! source digest: sha256:578cfdefd4d461e90fdf1d9de67f86992efeaf51c556f4be4da72a920740e881
|
370
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
371
|
-
<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/
|
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/18.0/mail_attach_existing_attachment"><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_attach_existing_attachment"><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&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
372
378
|
<p>This module was written to add the possibility to add attachments
|
373
379
|
located on the object by sending it by email with the mail compose
|
374
380
|
message wizard</p>
|
@@ -387,44 +393,44 @@ message wizard</p>
|
|
387
393
|
</ul>
|
388
394
|
</div>
|
389
395
|
<div class="section" id="usage">
|
390
|
-
<
|
396
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
|
391
397
|
<p>To use this module, you need to:</p>
|
392
398
|
<ul class="simple">
|
393
399
|
<li>Add some attachments on an object by creating a new <em>Log note</em></li>
|
394
400
|
</ul>
|
395
|
-
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/
|
401
|
+
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/mail/18.0/mail_attach_existing_attachment/static/description/attachment.png" /></p>
|
396
402
|
<ul class="simple">
|
397
403
|
<li>Then, by sending the object via email, you can select the attachment
|
398
404
|
added earlier</li>
|
399
405
|
</ul>
|
400
|
-
<p><img alt="image2" src="https://raw.githubusercontent.com/OCA/
|
406
|
+
<p><img alt="image2" src="https://raw.githubusercontent.com/OCA/mail/18.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png" /></p>
|
401
407
|
</div>
|
402
408
|
<div class="section" id="known-issues-roadmap">
|
403
|
-
<
|
409
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
|
404
410
|
<ul class="simple">
|
405
411
|
<li>The module only allows the addition of attachments linked to the
|
406
412
|
object.</li>
|
407
413
|
</ul>
|
408
414
|
</div>
|
409
415
|
<div class="section" id="bug-tracker">
|
410
|
-
<
|
411
|
-
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/
|
416
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
|
417
|
+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/mail/issues">GitHub Issues</a>.
|
412
418
|
In case of trouble, please check there if your issue has already been reported.
|
413
419
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
414
|
-
<a class="reference external" href="https://github.com/OCA/
|
420
|
+
<a class="reference external" href="https://github.com/OCA/mail/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
415
421
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
416
422
|
</div>
|
417
423
|
<div class="section" id="credits">
|
418
|
-
<
|
424
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
|
419
425
|
<div class="section" id="authors">
|
420
|
-
<
|
426
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
|
421
427
|
<ul class="simple">
|
422
428
|
<li>ACSONE SA/NV</li>
|
423
429
|
<li>Tecnativa</li>
|
424
430
|
</ul>
|
425
431
|
</div>
|
426
432
|
<div class="section" id="contributors">
|
427
|
-
<
|
433
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
|
428
434
|
<ul class="simple">
|
429
435
|
<li>Adrien Peiffer <<a class="reference external" href="mailto:adrien.peiffer@acsone.eu">adrien.peiffer@acsone.eu</a>></li>
|
430
436
|
<li>Benoit Aimont <<a class="reference external" href="mailto:benoit.aimont@acsone.eu">benoit.aimont@acsone.eu</a>></li>
|
@@ -437,19 +443,26 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
437
443
|
<li>Andrea Stirpe</li>
|
438
444
|
</ul>
|
439
445
|
</li>
|
446
|
+
<li><a class="reference external" href="https://www.aapik.cloud">Apik</a>:<ul>
|
447
|
+
<li>Frederic Grall</li>
|
448
|
+
</ul>
|
449
|
+
</li>
|
440
450
|
</ul>
|
441
451
|
</div>
|
442
452
|
<div class="section" id="maintainers">
|
443
|
-
<
|
453
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
|
444
454
|
<p>This module is maintained by the OCA.</p>
|
445
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
455
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
456
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
457
|
+
</a>
|
446
458
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
447
459
|
mission is to support the collaborative development of Odoo features and
|
448
460
|
promote its widespread use.</p>
|
449
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/
|
461
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/mail/tree/18.0/mail_attach_existing_attachment">OCA/mail</a> project on GitHub.</p>
|
450
462
|
<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>
|
451
463
|
</div>
|
452
464
|
</div>
|
453
465
|
</div>
|
466
|
+
</div>
|
454
467
|
</body>
|
455
468
|
</html>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# Copyright 2024 360ERP (<https://www.360erp.com>)
|
3
3
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
4
4
|
|
5
|
-
from odoo.tests
|
5
|
+
from odoo.tests import Form, TransactionCase
|
6
6
|
|
7
7
|
|
8
8
|
class TestMailComposer(TransactionCase):
|
@@ -1,18 +1,22 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-mail_attach_existing_attachment
|
3
|
-
Version:
|
3
|
+
Version: 18.0.1.0.0.2
|
4
4
|
Requires-Python: >=3.10
|
5
|
-
Requires-Dist: odoo
|
5
|
+
Requires-Dist: odoo==18.0.*
|
6
6
|
Summary: Adding attachment on the object by sending this one
|
7
|
-
Home-page: https://github.com/OCA/
|
7
|
+
Home-page: https://github.com/OCA/mail
|
8
8
|
License: AGPL-3
|
9
9
|
Author: ACSONE SA/NV, Tecnativa, 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 ::
|
13
|
+
Classifier: Framework :: Odoo :: 18.0
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
15
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
|
19
|
+
|
16
20
|
===============================
|
17
21
|
Mail Attach Existing Attachment
|
18
22
|
===============================
|
@@ -22,23 +26,23 @@ Mail Attach Existing Attachment
|
|
22
26
|
!! This file is generated by oca-gen-addon-readme !!
|
23
27
|
!! changes will be overwritten. !!
|
24
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
25
|
-
!! source digest: sha256:
|
29
|
+
!! source digest: sha256:578cfdefd4d461e90fdf1d9de67f86992efeaf51c556f4be4da72a920740e881
|
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/
|
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
|
-
.. |badge3| image:: https://img.shields.io/badge/github-OCA%
|
35
|
-
:target: https://github.com/OCA/
|
36
|
-
:alt: OCA/
|
38
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github
|
39
|
+
:target: https://github.com/OCA/mail/tree/18.0/mail_attach_existing_attachment
|
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/
|
42
|
+
:target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_attach_existing_attachment
|
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/
|
45
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/mail&target_branch=18.0
|
42
46
|
:alt: Try me on Runboat
|
43
47
|
|
44
48
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -57,31 +61,31 @@ Usage
|
|
57
61
|
|
58
62
|
To use this module, you need to:
|
59
63
|
|
60
|
-
-
|
64
|
+
- Add some attachments on an object by creating a new *Log note*
|
61
65
|
|
62
66
|
|image1|
|
63
67
|
|
64
|
-
-
|
65
|
-
|
68
|
+
- Then, by sending the object via email, you can select the attachment
|
69
|
+
added earlier
|
66
70
|
|
67
71
|
|image2|
|
68
72
|
|
69
|
-
.. |image1| image:: https://raw.githubusercontent.com/OCA/
|
70
|
-
.. |image2| image:: https://raw.githubusercontent.com/OCA/
|
73
|
+
.. |image1| image:: https://raw.githubusercontent.com/OCA/mail/18.0/mail_attach_existing_attachment/static/description/attachment.png
|
74
|
+
.. |image2| image:: https://raw.githubusercontent.com/OCA/mail/18.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png
|
71
75
|
|
72
76
|
Known issues / Roadmap
|
73
77
|
======================
|
74
78
|
|
75
|
-
-
|
76
|
-
|
79
|
+
- The module only allows the addition of attachments linked to the
|
80
|
+
object.
|
77
81
|
|
78
82
|
Bug Tracker
|
79
83
|
===========
|
80
84
|
|
81
|
-
Bugs are tracked on `GitHub Issues <https://github.com/OCA/
|
85
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/mail/issues>`_.
|
82
86
|
In case of trouble, please check there if your issue has already been reported.
|
83
87
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
84
|
-
`feedback <https://github.com/OCA/
|
88
|
+
`feedback <https://github.com/OCA/mail/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
85
89
|
|
86
90
|
Do not contact contributors directly about support or help with technical issues.
|
87
91
|
|
@@ -97,16 +101,20 @@ Authors
|
|
97
101
|
Contributors
|
98
102
|
------------
|
99
103
|
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
104
|
+
- Adrien Peiffer <adrien.peiffer@acsone.eu>
|
105
|
+
- Benoit Aimont <benoit.aimont@acsone.eu>
|
106
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
107
|
+
|
108
|
+
- Sergio Teruel
|
109
|
+
- Ernesto Tejeda
|
110
|
+
|
111
|
+
- `360ERP <https://www.360erp.com>`__:
|
103
112
|
|
104
|
-
|
105
|
-
- Ernesto Tejeda
|
113
|
+
- Andrea Stirpe
|
106
114
|
|
107
|
-
-
|
115
|
+
- `Apik <https://www.aapik.cloud>`__:
|
108
116
|
|
109
|
-
|
117
|
+
- Frederic Grall
|
110
118
|
|
111
119
|
Maintainers
|
112
120
|
-----------
|
@@ -121,6 +129,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
121
129
|
mission is to support the collaborative development of Odoo features and
|
122
130
|
promote its widespread use.
|
123
131
|
|
124
|
-
This module is part of the `OCA/
|
132
|
+
This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_attach_existing_attachment>`_ project on GitHub.
|
125
133
|
|
126
134
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/mail_attach_existing_attachment/README.rst,sha256=
|
1
|
+
odoo/addons/mail_attach_existing_attachment/README.rst,sha256=zB9OjV7Cb-4xgcj-lQk7fQ5u2f1CcGYdXbOblEgADU4,3986
|
2
2
|
odoo/addons/mail_attach_existing_attachment/__init__.py,sha256=jI5PZDKS0aV-yXubn1o0DHe5ldzQZrLmZYbgF0Q7DWg,21
|
3
|
-
odoo/addons/mail_attach_existing_attachment/__manifest__.py,sha256=
|
3
|
+
odoo/addons/mail_attach_existing_attachment/__manifest__.py,sha256=ASguGDi1IoHBg1DtBvA-ujQR_lhHbfzX-YboErQXhsI,530
|
4
4
|
odoo/addons/mail_attach_existing_attachment/i18n/ca.po,sha256=uxi_DbwvFAfo8xVH5r71dYuZsVnep_ncHHyiqIwgGJY,1447
|
5
5
|
odoo/addons/mail_attach_existing_attachment/i18n/de.po,sha256=8LaLCv6zGq9dZKgEXJT98ZcAh2n_UQ3Rtb05Dc5xxqE,1588
|
6
6
|
odoo/addons/mail_attach_existing_attachment/i18n/es.po,sha256=ejCdphSeYkP8cnqjPG7zRVGvpk9XoxCL4cnOxUhasJ8,1642
|
@@ -9,24 +9,24 @@ odoo/addons/mail_attach_existing_attachment/i18n/fr.po,sha256=qteJwA6MioE43nV1_8
|
|
9
9
|
odoo/addons/mail_attach_existing_attachment/i18n/he.po,sha256=5wZXLMsV2TJsndSqP7YArmUajOerOGK5nrxT3gOvlJQ,1518
|
10
10
|
odoo/addons/mail_attach_existing_attachment/i18n/hr.po,sha256=KMwr3UnaUFSY-EIwuMnxt5ZXNWTnb6mBLcdVfqHA8Uc,1600
|
11
11
|
odoo/addons/mail_attach_existing_attachment/i18n/it.po,sha256=1_3sDoReuxWbfEFzAbHqx70_sclwcvEbErp0yUaUYIE,1650
|
12
|
-
odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot,sha256=
|
12
|
+
odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot,sha256=wxFvS5qBxKuzpdaD4Y9m3Ztwnjm4_4MknzDcKGoZQ3g,1183
|
13
13
|
odoo/addons/mail_attach_existing_attachment/i18n/pt_BR.po,sha256=uKgcYbhdtkQsjqJmvNeuhSioCeJhlkIkQmD58vQV20I,1610
|
14
14
|
odoo/addons/mail_attach_existing_attachment/i18n/sl.po,sha256=B5NZk1TWsw8FG25QxCwwRxb9IhQ-cRVDuln-F-Ij4jI,1634
|
15
15
|
odoo/addons/mail_attach_existing_attachment/i18n/zh_CN.po,sha256=Sbo1LjluToap7u-gboxKB0rbX4ScteU7fRo6nRuYNmI,1495
|
16
|
-
odoo/addons/mail_attach_existing_attachment/readme/CONTRIBUTORS.md,sha256=
|
16
|
+
odoo/addons/mail_attach_existing_attachment/readme/CONTRIBUTORS.md,sha256=ctTdxc2RpVqvLTbpnZ697Y_xMxuo-6mm1MEeLlLRpmA,281
|
17
17
|
odoo/addons/mail_attach_existing_attachment/readme/DESCRIPTION.md,sha256=ELxHGwZmpV4mq5GK4rZ9LZOBiWOGAh2il2ZqjqZG9FE,148
|
18
18
|
odoo/addons/mail_attach_existing_attachment/readme/ROADMAP.md,sha256=mtu-iXNw38izjj-v1jqoUn9AgQUy3_oQiQF9nj6V0F8,77
|
19
19
|
odoo/addons/mail_attach_existing_attachment/readme/USAGE.md,sha256=GuOMejtbw1qr3RMFifW9y9OBh7V8mj27GQ1NyZXxbfc,286
|
20
20
|
odoo/addons/mail_attach_existing_attachment/static/description/attachment.png,sha256=uCMfLP6qpYwhuaxipL9GRiXloI_BHU6b2hQhtOJJ77M,15404
|
21
21
|
odoo/addons/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png,sha256=-QFEgk_bZmWlrLa_fLHcF8vMlWLlUi1f6KPWYOWB9YY,51219
|
22
22
|
odoo/addons/mail_attach_existing_attachment/static/description/icon.png,sha256=0a5zV5ax5e7WQ2u5HtHlIrysylOYa3TNBgabf6Hq-pU,4773
|
23
|
-
odoo/addons/mail_attach_existing_attachment/static/description/index.html,sha256=
|
23
|
+
odoo/addons/mail_attach_existing_attachment/static/description/index.html,sha256=OX5yHSQrUHAXkPGCzjvFSAHwfrT3icErgCDd9On1kqQ,14095
|
24
24
|
odoo/addons/mail_attach_existing_attachment/tests/__init__.py,sha256=xLDKxpu7_OUqUm3DdhekPq9GlvwVJSwhWdwkvUakRLw,51
|
25
|
-
odoo/addons/mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py,sha256=
|
25
|
+
odoo/addons/mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py,sha256=zC8MWnj3J22wIVSzyQ4u5-wY8uoh_1zUtYFKPbBwOok,3456
|
26
26
|
odoo/addons/mail_attach_existing_attachment/wizard/__init__.py,sha256=BLSMcf_t3X_KJsiQOH2zfDmR84QYqg7h3lLEES7sItk,35
|
27
27
|
odoo/addons/mail_attach_existing_attachment/wizard/mail_compose_message.py,sha256=kBair1KsTbOveDsVLeemgRi8NGosf-hMJ7Bxle4e7n8,2010
|
28
28
|
odoo/addons/mail_attach_existing_attachment/wizard/mail_compose_message_view.xml,sha256=S9ZfHTLB0jeEGfEbK6xQaqzNDNUXJixQYigwb_eYXyM,859
|
29
|
-
odoo_addon_mail_attach_existing_attachment-
|
30
|
-
odoo_addon_mail_attach_existing_attachment-
|
31
|
-
odoo_addon_mail_attach_existing_attachment-
|
32
|
-
odoo_addon_mail_attach_existing_attachment-
|
29
|
+
odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info/METADATA,sha256=9M5MQs8LRquWtVUaqKW5ODIikD81f_JnidFfoOkqbmc,4542
|
30
|
+
odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
31
|
+
odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
32
|
+
odoo_addon_mail_attach_existing_attachment-18.0.1.0.0.2.dist-info/RECORD,,
|
File without changes
|