odoo-addon-mail-attach-existing-attachment 15.0.1.0.0.5__py3-none-any.whl → 16.0.1.0.1.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.
Files changed (22) hide show
  1. odoo/addons/mail_attach_existing_attachment/README.rst +9 -8
  2. odoo/addons/mail_attach_existing_attachment/__manifest__.py +1 -1
  3. odoo/addons/mail_attach_existing_attachment/i18n/ca.po +0 -2
  4. odoo/addons/mail_attach_existing_attachment/i18n/de.po +0 -2
  5. odoo/addons/mail_attach_existing_attachment/i18n/es.po +0 -2
  6. odoo/addons/mail_attach_existing_attachment/i18n/es_CO.po +0 -2
  7. odoo/addons/mail_attach_existing_attachment/i18n/fr.po +0 -2
  8. odoo/addons/mail_attach_existing_attachment/i18n/he.po +0 -2
  9. odoo/addons/mail_attach_existing_attachment/i18n/hr.po +0 -2
  10. odoo/addons/mail_attach_existing_attachment/i18n/it.po +1 -3
  11. odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot +1 -3
  12. odoo/addons/mail_attach_existing_attachment/i18n/pt_BR.po +0 -2
  13. odoo/addons/mail_attach_existing_attachment/i18n/sl.po +0 -2
  14. odoo/addons/mail_attach_existing_attachment/i18n/zh_CN.po +0 -2
  15. odoo/addons/mail_attach_existing_attachment/readme/CONTRIBUTORS.rst +1 -0
  16. odoo/addons/mail_attach_existing_attachment/readme/USAGE.rst +1 -1
  17. odoo/addons/mail_attach_existing_attachment/static/description/index.html +7 -6
  18. odoo/addons/mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py +1 -1
  19. {odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info → odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info}/METADATA +13 -12
  20. {odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info → odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info}/RECORD +22 -22
  21. {odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info → odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info}/WHEEL +0 -0
  22. {odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info → odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info}/top_level.txt +0 -0
@@ -14,13 +14,13 @@ Mail Attach Existing Attachment
14
14
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
15
15
  :alt: License: AGPL-3
16
16
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
17
- :target: https://github.com/OCA/social/tree/15.0/mail_attach_existing_attachment
17
+ :target: https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment
18
18
  :alt: OCA/social
19
19
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20
- :target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_attach_existing_attachment
20
+ :target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment
21
21
  :alt: Translate me on Weblate
22
22
  .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23
- :target: https://runbot.odoo-community.org/runbot/205/15.0
23
+ :target: https://runbot.odoo-community.org/runbot/205/16.0
24
24
  :alt: Try me on Runbot
25
25
 
26
26
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -38,14 +38,14 @@ Usage
38
38
 
39
39
  To use this module, you need to:
40
40
 
41
- * Adding some attachments on an object by creating a new *Log note*
41
+ * Add some attachments on an object by creating a new *Log note*
42
42
 
43
- .. figure:: https://raw.githubusercontent.com/OCA/social/15.0/mail_attach_existing_attachment/static/description/attachment.png
43
+ .. figure:: https://raw.githubusercontent.com/OCA/social/16.0/mail_attach_existing_attachment/static/description/attachment.png
44
44
  :alt: Attachment on purchase order
45
45
 
46
46
  * Then, by sending the object via email, you can select the attachment added earlier
47
47
 
48
- .. figure:: https://raw.githubusercontent.com/OCA/social/15.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png
48
+ .. figure:: https://raw.githubusercontent.com/OCA/social/16.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png
49
49
  :alt: Sends the Purchase Order by email
50
50
 
51
51
  Known issues / Roadmap
@@ -59,7 +59,7 @@ Bug Tracker
59
59
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
60
60
  In case of trouble, please check there if your issue has already been reported.
61
61
  If you spotted it first, help us smashing it by providing a detailed and welcomed
62
- `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
62
+ `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
63
63
 
64
64
  Do not contact contributors directly about support or help with technical issues.
65
65
 
@@ -76,6 +76,7 @@ Contributors
76
76
  ~~~~~~~~~~~~
77
77
 
78
78
  * Adrien Peiffer <adrien.peiffer@acsone.eu>
79
+ * Benoit Aimont <benoit.aimont@acsone.eu>
79
80
  * `Tecnativa <https://www.tecnativa.com>`_:
80
81
 
81
82
  * Sergio Teruel
@@ -94,6 +95,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
94
95
  mission is to support the collaborative development of Odoo features and
95
96
  promote its widespread use.
96
97
 
97
- This module is part of the `OCA/social <https://github.com/OCA/social/tree/15.0/mail_attach_existing_attachment>`_ project on GitHub.
98
+ This module is part of the `OCA/social <https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment>`_ project on GitHub.
98
99
 
99
100
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -7,7 +7,7 @@
7
7
  "author": "ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/social",
9
9
  "category": "Social Network",
10
- "version": "15.0.1.0.0",
10
+ "version": "16.0.1.0.1",
11
11
  "license": "AGPL-3",
12
12
  "depends": ["mail"],
13
13
  "data": ["wizard/mail_compose_message_view.xml"],
@@ -19,7 +19,6 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
21
  #. module: mail_attach_existing_attachment
22
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
23
22
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
24
23
  msgid "Can Attach Attachment"
25
24
  msgstr ""
@@ -30,7 +29,6 @@ msgid "Email composition wizard"
30
29
  msgstr "Assistent per composició de correus electrònics"
31
30
 
32
31
  #. module: mail_attach_existing_attachment
33
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
34
32
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
35
33
  msgid "Object Attachments"
36
34
  msgstr ""
@@ -20,7 +20,6 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
22
  #. module: mail_attach_existing_attachment
23
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
24
23
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
25
24
  msgid "Can Attach Attachment"
26
25
  msgstr "Kann Anhang anhängen"
@@ -31,7 +30,6 @@ msgid "Email composition wizard"
31
30
  msgstr "Assistent zum Email verfassen"
32
31
 
33
32
  #. module: mail_attach_existing_attachment
34
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
35
33
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
36
34
  #, fuzzy
37
35
  msgid "Object Attachments"
@@ -20,7 +20,6 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
22
  #. module: mail_attach_existing_attachment
23
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
24
23
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
25
24
  msgid "Can Attach Attachment"
26
25
  msgstr "Puede adjuntar adjuntos"
@@ -31,7 +30,6 @@ msgid "Email composition wizard"
31
30
  msgstr "Asistente composición Correo Electrónico"
32
31
 
33
32
  #. module: mail_attach_existing_attachment
34
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
35
33
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
36
34
  #, fuzzy
37
35
  msgid "Object Attachments"
@@ -19,7 +19,6 @@ msgstr ""
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
21
  #. module: mail_attach_existing_attachment
22
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
23
22
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
24
23
  msgid "Can Attach Attachment"
25
24
  msgstr ""
@@ -30,7 +29,6 @@ msgid "Email composition wizard"
30
29
  msgstr "Asistente de redacción de E-mail"
31
30
 
32
31
  #. module: mail_attach_existing_attachment
33
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
34
32
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
35
33
  msgid "Object Attachments"
36
34
  msgstr ""
@@ -20,7 +20,6 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
21
 
22
22
  #. module: mail_attach_existing_attachment
23
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
24
23
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
25
24
  msgid "Can Attach Attachment"
26
25
  msgstr "Il est possible d'attacher des pièces jointes"
@@ -31,7 +30,6 @@ msgid "Email composition wizard"
31
30
  msgstr "Assistant de composition de courriel"
32
31
 
33
32
  #. module: mail_attach_existing_attachment
34
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
35
33
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
36
34
  #, fuzzy
37
35
  msgid "Object Attachments"
@@ -18,7 +18,6 @@ msgstr ""
18
18
  "X-Generator: Weblate 3.10\n"
19
19
 
20
20
  #. module: mail_attach_existing_attachment
21
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
22
21
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
23
22
  msgid "Can Attach Attachment"
24
23
  msgstr "ניתן לצרף קובץ מצורף"
@@ -29,7 +28,6 @@ msgid "Email composition wizard"
29
28
  msgstr "אשף יצירת דואר אלקטרוני"
30
29
 
31
30
  #. module: mail_attach_existing_attachment
32
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
33
31
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
34
32
  msgid "Object Attachments"
35
33
  msgstr "קבצים מצורפים לאובייקט"
@@ -21,7 +21,6 @@ msgstr ""
21
21
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
22
22
 
23
23
  #. module: mail_attach_existing_attachment
24
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
25
24
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
26
25
  msgid "Can Attach Attachment"
27
26
  msgstr "Može pridružiti privitak"
@@ -32,7 +31,6 @@ msgid "Email composition wizard"
32
31
  msgstr "Čarobnjak za sastavljanje maila"
33
32
 
34
33
  #. module: mail_attach_existing_attachment
35
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
36
34
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
37
35
  #, fuzzy
38
36
  msgid "Object Attachments"
@@ -10,7 +10,7 @@ msgstr ""
10
10
  "Project-Id-Version: Odoo Server 10.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "POT-Creation-Date: 2017-05-17 01:02+0000\n"
13
- "PO-Revision-Date: 2023-07-24 10:09+0000\n"
13
+ "PO-Revision-Date: 2023-07-24 10:10+0000\n"
14
14
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
15
15
  "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
16
16
  "Language: it\n"
@@ -21,7 +21,6 @@ msgstr ""
21
21
  "X-Generator: Weblate 4.17\n"
22
22
 
23
23
  #. module: mail_attach_existing_attachment
24
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
25
24
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
26
25
  msgid "Can Attach Attachment"
27
26
  msgstr "Inserimento Allegati Ammesso"
@@ -32,7 +31,6 @@ msgid "Email composition wizard"
32
31
  msgstr "Procedura guidata creazione e-mail"
33
32
 
34
33
  #. module: mail_attach_existing_attachment
35
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
36
34
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
37
35
  #, fuzzy
38
36
  msgid "Object Attachments"
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 15.0\n"
7
+ "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -14,7 +14,6 @@ msgstr ""
14
14
  "Plural-Forms: \n"
15
15
 
16
16
  #. module: mail_attach_existing_attachment
17
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
18
17
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
19
18
  msgid "Can Attach Attachment"
20
19
  msgstr ""
@@ -25,7 +24,6 @@ msgid "Email composition wizard"
25
24
  msgstr ""
26
25
 
27
26
  #. module: mail_attach_existing_attachment
28
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
29
27
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
30
28
  msgid "Object Attachments"
31
29
  msgstr ""
@@ -21,7 +21,6 @@ msgstr ""
21
21
  "X-Generator: Weblate 3.8\n"
22
22
 
23
23
  #. module: mail_attach_existing_attachment
24
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
25
24
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
26
25
  msgid "Can Attach Attachment"
27
26
  msgstr "Pode Anexar Anexo"
@@ -32,7 +31,6 @@ msgid "Email composition wizard"
32
31
  msgstr "Assistente de Composição de Email"
33
32
 
34
33
  #. module: mail_attach_existing_attachment
35
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
36
34
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
37
35
  msgid "Object Attachments"
38
36
  msgstr "Anexos de Objeto"
@@ -22,7 +22,6 @@ msgstr ""
22
22
  "X-Generator: Weblate 3.10\n"
23
23
 
24
24
  #. module: mail_attach_existing_attachment
25
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
26
25
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
27
26
  msgid "Can Attach Attachment"
28
27
  msgstr "Lahko pripenja priponke"
@@ -33,7 +32,6 @@ msgid "Email composition wizard"
33
32
  msgstr "Čarovnik za sestavljanje e-pošte"
34
33
 
35
34
  #. module: mail_attach_existing_attachment
36
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
37
35
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
38
36
  msgid "Object Attachments"
39
37
  msgstr "Priponke objekta"
@@ -20,7 +20,6 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=1; plural=0;\n"
21
21
 
22
22
  #. module: mail_attach_existing_attachment
23
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
24
23
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
25
24
  msgid "Can Attach Attachment"
26
25
  msgstr ""
@@ -31,7 +30,6 @@ msgid "Email composition wizard"
31
30
  msgstr ""
32
31
 
33
32
  #. module: mail_attach_existing_attachment
34
- #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__object_attachment_ids
35
33
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__object_attachment_ids
36
34
  #, fuzzy
37
35
  msgid "Object Attachments"
@@ -1,4 +1,5 @@
1
1
  * Adrien Peiffer <adrien.peiffer@acsone.eu>
2
+ * Benoit Aimont <benoit.aimont@acsone.eu>
2
3
  * `Tecnativa <https://www.tecnativa.com>`_:
3
4
 
4
5
  * Sergio Teruel
@@ -1,6 +1,6 @@
1
1
  To use this module, you need to:
2
2
 
3
- * Adding some attachments on an object by creating a new *Log note*
3
+ * Add some attachments on an object by creating a new *Log note*
4
4
 
5
5
  .. figure:: ../static/description/attachment.png
6
6
  :alt: Attachment on purchase order
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370
- <p><a class="reference external" 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" 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" href="https://github.com/OCA/social/tree/15.0/mail_attach_existing_attachment"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-15-0/social-15-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" href="https://runbot.odoo-community.org/runbot/205/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
370
+ <p><a class="reference external" 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" 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" href="https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-16-0/social-16-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" href="https://runbot.odoo-community.org/runbot/205/16.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
371
371
  <p>This module was written to add the possibility to add attachments located on
372
372
  the object by sending it by email with the mail compose message wizard</p>
373
373
  <p><strong>Table of contents</strong></p>
@@ -388,16 +388,16 @@ the object by sending it by email with the mail compose message wizard</p>
388
388
  <h1><a class="toc-backref" href="#id1">Usage</a></h1>
389
389
  <p>To use this module, you need to:</p>
390
390
  <ul class="simple">
391
- <li>Adding some attachments on an object by creating a new <em>Log note</em></li>
391
+ <li>Add some attachments on an object by creating a new <em>Log note</em></li>
392
392
  </ul>
393
393
  <div class="figure">
394
- <img alt="Attachment on purchase order" src="https://raw.githubusercontent.com/OCA/social/15.0/mail_attach_existing_attachment/static/description/attachment.png" />
394
+ <img alt="Attachment on purchase order" src="https://raw.githubusercontent.com/OCA/social/16.0/mail_attach_existing_attachment/static/description/attachment.png" />
395
395
  </div>
396
396
  <ul class="simple">
397
397
  <li>Then, by sending the object via email, you can select the attachment added earlier</li>
398
398
  </ul>
399
399
  <div class="figure">
400
- <img alt="Sends the Purchase Order by email" src="https://raw.githubusercontent.com/OCA/social/15.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png" />
400
+ <img alt="Sends the Purchase Order by email" src="https://raw.githubusercontent.com/OCA/social/16.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png" />
401
401
  </div>
402
402
  </div>
403
403
  <div class="section" id="known-issues-roadmap">
@@ -411,7 +411,7 @@ the object by sending it by email with the mail compose message wizard</p>
411
411
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
412
412
  In case of trouble, please check there if your issue has already been reported.
413
413
  If you spotted it first, help us smashing it by providing a detailed and welcomed
414
- <a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
414
+ <a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
415
415
  <p>Do not contact contributors directly about support or help with technical issues.</p>
416
416
  </div>
417
417
  <div class="section" id="credits">
@@ -427,6 +427,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
427
427
  <h2><a class="toc-backref" href="#id6">Contributors</a></h2>
428
428
  <ul class="simple">
429
429
  <li>Adrien Peiffer &lt;<a class="reference external" href="mailto:adrien.peiffer&#64;acsone.eu">adrien.peiffer&#64;acsone.eu</a>&gt;</li>
430
+ <li>Benoit Aimont &lt;<a class="reference external" href="mailto:benoit.aimont&#64;acsone.eu">benoit.aimont&#64;acsone.eu</a>&gt;</li>
430
431
  <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
431
432
  <li>Sergio Teruel</li>
432
433
  <li>Ernesto Tejeda</li>
@@ -441,7 +442,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
441
442
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
442
443
  mission is to support the collaborative development of Odoo features and
443
444
  promote its widespread use.</p>
444
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/15.0/mail_attach_existing_attachment">OCA/social</a> project on GitHub.</p>
445
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment">OCA/social</a> project on GitHub.</p>
445
446
  <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>
446
447
  </div>
447
448
  </div>
@@ -6,7 +6,7 @@ from odoo.tests import common
6
6
 
7
7
  class TestAttachExistingAttachment(common.TransactionCase):
8
8
  def setUp(self):
9
- super(TestAttachExistingAttachment, self).setUp()
9
+ super().setUp()
10
10
  self.partner_obj = self.env["res.partner"]
11
11
  self.partner_01 = self.env["res.partner"].create(
12
12
  {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-mail-attach-existing-attachment
3
- Version: 15.0.1.0.0.5
3
+ Version: 16.0.1.0.1.2
4
4
  Summary: Adding attachment on the object by sending this one
5
5
  Home-page: https://github.com/OCA/social
6
6
  Author: ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)
@@ -9,10 +9,10 @@ License: AGPL-3
9
9
  Platform: UNKNOWN
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Framework :: Odoo
12
- Classifier: Framework :: Odoo :: 15.0
12
+ Classifier: Framework :: Odoo :: 16.0
13
13
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
- Requires-Python: >=3.8
15
- Requires-Dist: odoo (<15.1dev,>=15.0a)
14
+ Requires-Python: >=3.10
15
+ Requires-Dist: odoo (<16.1dev,>=16.0a)
16
16
 
17
17
  ===============================
18
18
  Mail Attach Existing Attachment
@@ -30,13 +30,13 @@ Mail Attach Existing Attachment
30
30
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
31
31
  :alt: License: AGPL-3
32
32
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
33
- :target: https://github.com/OCA/social/tree/15.0/mail_attach_existing_attachment
33
+ :target: https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment
34
34
  :alt: OCA/social
35
35
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
36
- :target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_attach_existing_attachment
36
+ :target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment
37
37
  :alt: Translate me on Weblate
38
38
  .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
39
- :target: https://runbot.odoo-community.org/runbot/205/15.0
39
+ :target: https://runbot.odoo-community.org/runbot/205/16.0
40
40
  :alt: Try me on Runbot
41
41
 
42
42
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -54,14 +54,14 @@ Usage
54
54
 
55
55
  To use this module, you need to:
56
56
 
57
- * Adding some attachments on an object by creating a new *Log note*
57
+ * Add some attachments on an object by creating a new *Log note*
58
58
 
59
- .. figure:: https://raw.githubusercontent.com/OCA/social/15.0/mail_attach_existing_attachment/static/description/attachment.png
59
+ .. figure:: https://raw.githubusercontent.com/OCA/social/16.0/mail_attach_existing_attachment/static/description/attachment.png
60
60
  :alt: Attachment on purchase order
61
61
 
62
62
  * Then, by sending the object via email, you can select the attachment added earlier
63
63
 
64
- .. figure:: https://raw.githubusercontent.com/OCA/social/15.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png
64
+ .. figure:: https://raw.githubusercontent.com/OCA/social/16.0/mail_attach_existing_attachment/static/description/ex_mail_compose_message.png
65
65
  :alt: Sends the Purchase Order by email
66
66
 
67
67
  Known issues / Roadmap
@@ -75,7 +75,7 @@ Bug Tracker
75
75
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
76
76
  In case of trouble, please check there if your issue has already been reported.
77
77
  If you spotted it first, help us smashing it by providing a detailed and welcomed
78
- `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
78
+ `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_attach_existing_attachment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
79
79
 
80
80
  Do not contact contributors directly about support or help with technical issues.
81
81
 
@@ -92,6 +92,7 @@ Contributors
92
92
  ~~~~~~~~~~~~
93
93
 
94
94
  * Adrien Peiffer <adrien.peiffer@acsone.eu>
95
+ * Benoit Aimont <benoit.aimont@acsone.eu>
95
96
  * `Tecnativa <https://www.tecnativa.com>`_:
96
97
 
97
98
  * Sergio Teruel
@@ -110,7 +111,7 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
110
111
  mission is to support the collaborative development of Odoo features and
111
112
  promote its widespread use.
112
113
 
113
- This module is part of the `OCA/social <https://github.com/OCA/social/tree/15.0/mail_attach_existing_attachment>`_ project on GitHub.
114
+ This module is part of the `OCA/social <https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment>`_ project on GitHub.
114
115
 
115
116
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
116
117
 
@@ -1,32 +1,32 @@
1
- odoo/addons/mail_attach_existing_attachment/README.rst,sha256=s5zs508HahPf9rSZ_JxRxTYoZi_vNvnPYzu0v3zx7BE,3548
1
+ odoo/addons/mail_attach_existing_attachment/README.rst,sha256=JhFtPYfJ6F0ihGrIWuVaOq68YeclPBye0n7msExm6vY,3587
2
2
  odoo/addons/mail_attach_existing_attachment/__init__.py,sha256=jI5PZDKS0aV-yXubn1o0DHe5ldzQZrLmZYbgF0Q7DWg,21
3
- odoo/addons/mail_attach_existing_attachment/__manifest__.py,sha256=hGZMQ_gFsEdBuHmbInN4pNXA9tejUuqRtzZ42864MnE,532
4
- odoo/addons/mail_attach_existing_attachment/i18n/ca.po,sha256=FvrnIE5py7cB7n0z7BgljwICPbQHz-unFnUXClcPc8Y,1476
5
- odoo/addons/mail_attach_existing_attachment/i18n/de.po,sha256=q_bUEBpsnQjv6XToUXSo2tesodUhJuQcTpCGkM8KdWQ,1617
6
- odoo/addons/mail_attach_existing_attachment/i18n/es.po,sha256=dBDUhQEKITCgMhDgUeCjCmj7kqwlonGwRbPes2F6DR0,1639
7
- odoo/addons/mail_attach_existing_attachment/i18n/es_CO.po,sha256=-1FLnqbgCeeQiK8jjKLVnwpQ0_CbEiaI1vSZ1alCxSk,1477
8
- odoo/addons/mail_attach_existing_attachment/i18n/fr.po,sha256=sI2Gf_nxP30vRrnni9LcATrfm8OIe4k4Pwsp7R1PDC8,1651
9
- odoo/addons/mail_attach_existing_attachment/i18n/he.po,sha256=Rfy-HKSfYVtwfFgtnL0qkywwpGe8xEdddgDKVHakT5I,1547
10
- odoo/addons/mail_attach_existing_attachment/i18n/hr.po,sha256=hx8kPK5h4FqB684JlehLukWdZguMStRFUh8gpvOAHnI,1629
11
- odoo/addons/mail_attach_existing_attachment/i18n/it.po,sha256=i3Tud2P8fFIuHANE-OSPhrxvYSXPBzcBHpmgLft0YhE,1658
12
- odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot,sha256=xtmdv_h4HavU0nPnidcdo5Z2QBuzgyQWamCo15iOZpo,1212
13
- odoo/addons/mail_attach_existing_attachment/i18n/pt_BR.po,sha256=hb0--nb4INP_5Q-2Mj4wpiqRRmQlNdRHyJ_0u7CyNQU,1639
14
- odoo/addons/mail_attach_existing_attachment/i18n/sl.po,sha256=GyHj5rB0rCHj_HaHVFg8TBPpC8i0B8ZTdNtAyAFMJyw,1663
15
- odoo/addons/mail_attach_existing_attachment/i18n/zh_CN.po,sha256=jETydh_3GDOxCWBdUFpgAWw-njCHLRgsCyOcokEP8YY,1524
16
- odoo/addons/mail_attach_existing_attachment/readme/CONTRIBUTORS.rst,sha256=USnuaPNpPiylKN4oOotO3gZ5e6arksIvPNj4NpRrsFE,126
3
+ odoo/addons/mail_attach_existing_attachment/__manifest__.py,sha256=1k7xXb-woTE2XbLZYEdWF5vyrepseLMwh4Eyo2UC26w,532
4
+ odoo/addons/mail_attach_existing_attachment/i18n/ca.po,sha256=hM1fjFt8FS3vdqr9lEGgAjBezJsFiUa7tHM0dafYYds,1226
5
+ odoo/addons/mail_attach_existing_attachment/i18n/de.po,sha256=fa72axItWCsP4Aaza2_smk7y2sW9Cfc-9_Gbwnx_opA,1367
6
+ odoo/addons/mail_attach_existing_attachment/i18n/es.po,sha256=w9rXH099x1iDXyftJd7CUwG8EFQQQNZ9qabsZAqKuqo,1389
7
+ odoo/addons/mail_attach_existing_attachment/i18n/es_CO.po,sha256=YQhjZL60u9CwKVOp1fwokwILV2B3rGIU1YJ0tkmIt3U,1227
8
+ odoo/addons/mail_attach_existing_attachment/i18n/fr.po,sha256=WrSO3nh-jO7Nm11ejJ5RCq_KNk6TF6Xh2AY9bBzJQqA,1401
9
+ odoo/addons/mail_attach_existing_attachment/i18n/he.po,sha256=Fmy7MPzmcPeo-kjSPOCVct6w2BbILa9r6BeaqLu3B-4,1297
10
+ odoo/addons/mail_attach_existing_attachment/i18n/hr.po,sha256=L31PVp7nWUIzPNN5HkxkRIO6oHDVRmFKoJQxPf6FCmc,1379
11
+ odoo/addons/mail_attach_existing_attachment/i18n/it.po,sha256=lw5FXsl7R23oy9RDorlkiphoABwPVaI_NFDjOBWESwA,1408
12
+ odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot,sha256=VqAJM-fjDq7eldTJ3kT8k5Wof8M4pzm3_qOi2IxQqLU,962
13
+ odoo/addons/mail_attach_existing_attachment/i18n/pt_BR.po,sha256=6TWaPFDBdiL6hxImgMgGHjiSfMq1WjurLUkWrpGr9cg,1389
14
+ odoo/addons/mail_attach_existing_attachment/i18n/sl.po,sha256=6MEgnUvKwdrdrbTIoZiEZ35eSEfShb6251_8rFMzS1w,1413
15
+ odoo/addons/mail_attach_existing_attachment/i18n/zh_CN.po,sha256=jrcC7LomTYWi1EPcgj5NwcjcJww6GdddWBjnmungHXQ,1274
16
+ odoo/addons/mail_attach_existing_attachment/readme/CONTRIBUTORS.rst,sha256=48_3n5KNN7FtjBAIeZfu55RKgKn59bJc2kDLwiBbjmc,168
17
17
  odoo/addons/mail_attach_existing_attachment/readme/DESCRIPTION.rst,sha256=p4pwhXyJ7mfBC618E5bU3ckiAGCBOIiUvMrtNrX2YqQ,148
18
18
  odoo/addons/mail_attach_existing_attachment/readme/ROADMAP.rst,sha256=x74BJfL-OCikUS2hiwka297CoBxeWmF1RklSaY_L7xQ,75
19
- odoo/addons/mail_attach_existing_attachment/readme/USAGE.rst,sha256=lFDwbOxB3rKE04pxB29CpjKpCYUzDM-wFZ73iqbo_Ig,382
19
+ odoo/addons/mail_attach_existing_attachment/readme/USAGE.rst,sha256=S4_ydm0S7rJ5uGUZcx3QAenzC1id8letQAuF8UHEDh0,379
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=BrSnfTuze8BxZAYAALMj5bB6FgZ_O33lmL6lDU65oxE,13229
23
+ odoo/addons/mail_attach_existing_attachment/static/description/index.html,sha256=ShruQG3VHX-fQLzHghfs9YfHR5N5yDSKOxKml0ESWHA,13361
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=v8NcySx5Eai81hhteMfrsDInyD7QbQATPERYtySreho,1309
25
+ odoo/addons/mail_attach_existing_attachment/tests/test_mail_attach_existing_attachment.py,sha256=hWz2-ZA9T8j80OEC596jEeq7LHrF48cNoGflwsqd_Ug,1275
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=EvmVN2bV_hH-M3Ef1O7UInAnYd7LOuw5plVY_rhnNHo,1234
28
28
  odoo/addons/mail_attach_existing_attachment/wizard/mail_compose_message_view.xml,sha256=nffpZw56czvAtEKpzTYxOQgsP7GKzNFJPU93oiKnZz0,1002
29
- odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info/METADATA,sha256=i2zGbS0y21TPBdTnjZUo_xUhBicTRSubLFtHzEvyI8o,4136
30
- odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
31
- odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
32
- odoo_addon_mail_attach_existing_attachment-15.0.1.0.0.5.dist-info/RECORD,,
29
+ odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info/METADATA,sha256=YGFka9IzSrw27ETHcL8WlxCqJAGbNKSAp9v--vTqWUo,4176
30
+ odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
31
+ odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
32
+ odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.2.dist-info/RECORD,,