odoo-addon-mail-attach-existing-attachment 16.0.1.0.1.7__py3-none-any.whl → 16.0.1.1.0.1__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.
@@ -7,7 +7,7 @@ Mail Attach Existing Attachment
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:abc6af897ab2e0f7898e5b9fc07671e0bb96c1fb8ffcee09980a3173537b6318
10
+ !! source digest: sha256:ac2a9aa40b0d4a582c625061abbe71035a0b6c6421af29465d20d9e51dcfbda3
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -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": "16.0.1.0.1",
10
+ "version": "16.0.1.1.0",
11
11
  "license": "AGPL-3",
12
12
  "depends": ["mail"],
13
13
  "data": ["wizard/mail_compose_message_view.xml"],
@@ -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-09-21 15:38+0000\n"
13
+ "PO-Revision-Date: 2024-11-12 20:06+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"
@@ -18,13 +18,13 @@ msgstr ""
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: \n"
20
20
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
21
- "X-Generator: Weblate 4.17\n"
21
+ "X-Generator: Weblate 5.6.2\n"
22
22
 
23
23
  #. module: mail_attach_existing_attachment
24
24
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_account_invoice_send__can_attach_attachment
25
25
  #: model:ir.model.fields,field_description:mail_attach_existing_attachment.field_mail_compose_message__can_attach_attachment
26
26
  msgid "Can Attach Attachment"
27
- msgstr "Inserimento Allegati Ammesso"
27
+ msgstr "Può inserire allegati"
28
28
 
29
29
  #. module: mail_attach_existing_attachment
30
30
  #: model:ir.model,name:mail_attach_existing_attachment.model_mail_compose_message
@@ -1,4 +1,3 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
3
  <head>
@@ -367,7 +366,7 @@ ul.auto-toc {
367
366
  !! This file is generated by oca-gen-addon-readme !!
368
367
  !! changes will be overwritten. !!
369
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:abc6af897ab2e0f7898e5b9fc07671e0bb96c1fb8ffcee09980a3173537b6318
369
+ !! source digest: sha256:ac2a9aa40b0d4a582c625061abbe71035a0b6c6421af29465d20d9e51dcfbda3
371
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
372
  <p>This module was written to add the possibility to add attachments located on
@@ -9,14 +9,12 @@
9
9
  <field name="arch" type="xml">
10
10
  <xpath expr="//field[@name='attachment_ids']" position="after">
11
11
  <field name="can_attach_attachment" invisible="1" />
12
- <div attrs="{'invisible': [('can_attach_attachment', '=', False)]}">
13
- <br />
14
12
  <field
15
- name="object_attachment_ids"
16
- widget="many2many_checkboxes"
17
- domain="[('res_model', '=', model), ('res_id', '=', res_id)]"
18
- />
19
- </div>
13
+ name="object_attachment_ids"
14
+ widget="many2many_checkboxes"
15
+ domain="[('res_model', '=', model), ('res_id', '=', res_id)]"
16
+ attrs="{'invisible': [('can_attach_attachment', '=', False)]}"
17
+ />
20
18
  </xpath>
21
19
  </field>
22
20
  </record>
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-mail-attach-existing-attachment
3
- Version: 16.0.1.0.1.7
2
+ Name: odoo-addon-mail_attach_existing_attachment
3
+ Version: 16.0.1.1.0.1
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)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 16.0
13
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
13
  Requires-Python: >=3.10
15
- Requires-Dist: odoo <16.1dev,>=16.0a
14
+ Requires-Dist: odoo<16.1dev,>=16.0a
16
15
 
17
16
  ===============================
18
17
  Mail Attach Existing Attachment
@@ -23,7 +22,7 @@ Mail Attach Existing Attachment
23
22
  !! This file is generated by oca-gen-addon-readme !!
24
23
  !! changes will be overwritten. !!
25
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:abc6af897ab2e0f7898e5b9fc07671e0bb96c1fb8ffcee09980a3173537b6318
25
+ !! source digest: sha256:ac2a9aa40b0d4a582c625061abbe71035a0b6c6421af29465d20d9e51dcfbda3
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
27
 
29
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -117,5 +116,3 @@ promote its widespread use.
117
116
  This module is part of the `OCA/social <https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment>`_ project on GitHub.
118
117
 
119
118
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
120
-
121
-
@@ -1,6 +1,6 @@
1
- odoo/addons/mail_attach_existing_attachment/README.rst,sha256=uVs8MVmHwp0vnU2irFStEc6u4Ilmiu_leh2NRyaotBc,3768
1
+ odoo/addons/mail_attach_existing_attachment/README.rst,sha256=HYo9Yh6d1-sL-JBH3oJh8zwqksOuhz7a0o6DNoM1z84,3768
2
2
  odoo/addons/mail_attach_existing_attachment/__init__.py,sha256=jI5PZDKS0aV-yXubn1o0DHe5ldzQZrLmZYbgF0Q7DWg,21
3
- odoo/addons/mail_attach_existing_attachment/__manifest__.py,sha256=1k7xXb-woTE2XbLZYEdWF5vyrepseLMwh4Eyo2UC26w,532
3
+ odoo/addons/mail_attach_existing_attachment/__manifest__.py,sha256=bKR3yOPv9AG4TNMCvs2KnWnevoqI4PkKsDPPZhbMoTU,532
4
4
  odoo/addons/mail_attach_existing_attachment/i18n/ca.po,sha256=FvrnIE5py7cB7n0z7BgljwICPbQHz-unFnUXClcPc8Y,1476
5
5
  odoo/addons/mail_attach_existing_attachment/i18n/de.po,sha256=q_bUEBpsnQjv6XToUXSo2tesodUhJuQcTpCGkM8KdWQ,1617
6
6
  odoo/addons/mail_attach_existing_attachment/i18n/es.po,sha256=09YFr5q_xGqWIxbLiA2yV_cosLJiQQJzJ1y6JbfOZ3E,1671
@@ -8,7 +8,7 @@ odoo/addons/mail_attach_existing_attachment/i18n/es_CO.po,sha256=-1FLnqbgCeeQiK8
8
8
  odoo/addons/mail_attach_existing_attachment/i18n/fr.po,sha256=sI2Gf_nxP30vRrnni9LcATrfm8OIe4k4Pwsp7R1PDC8,1651
9
9
  odoo/addons/mail_attach_existing_attachment/i18n/he.po,sha256=Rfy-HKSfYVtwfFgtnL0qkywwpGe8xEdddgDKVHakT5I,1547
10
10
  odoo/addons/mail_attach_existing_attachment/i18n/hr.po,sha256=hx8kPK5h4FqB684JlehLukWdZguMStRFUh8gpvOAHnI,1629
11
- odoo/addons/mail_attach_existing_attachment/i18n/it.po,sha256=IS6QrBz65lq9EvYZb3zL68La1LYjpNcwWX3Y-LxiHNA,1657
11
+ odoo/addons/mail_attach_existing_attachment/i18n/it.po,sha256=ZY0AuP6UcdzoFXTk35VmLQ6TqUdePHu_pczALN3pPew,1652
12
12
  odoo/addons/mail_attach_existing_attachment/i18n/mail_attach_existing_attachment.pot,sha256=tMsa2VmMHejskAVIF75HQjpS1YBFOWwRZm_Kw-WhRj0,1212
13
13
  odoo/addons/mail_attach_existing_attachment/i18n/pt_BR.po,sha256=hb0--nb4INP_5Q-2Mj4wpiqRRmQlNdRHyJ_0u7CyNQU,1639
14
14
  odoo/addons/mail_attach_existing_attachment/i18n/sl.po,sha256=GyHj5rB0rCHj_HaHVFg8TBPpC8i0B8ZTdNtAyAFMJyw,1663
@@ -20,13 +20,13 @@ odoo/addons/mail_attach_existing_attachment/readme/USAGE.rst,sha256=S4_ydm0S7rJ5
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=vsoj7GwtJbevt7aUZjPLvNKJq4y-IAKa_f-DvQ7p4iM,13730
23
+ odoo/addons/mail_attach_existing_attachment/static/description/index.html,sha256=8xc1hZxTU7aKYwQcuuo8svEWZB1ejkwgIR55_71Xszc,13691
24
24
  odoo/addons/mail_attach_existing_attachment/tests/__init__.py,sha256=xLDKxpu7_OUqUm3DdhekPq9GlvwVJSwhWdwkvUakRLw,51
25
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
- odoo/addons/mail_attach_existing_attachment/wizard/mail_compose_message_view.xml,sha256=nffpZw56czvAtEKpzTYxOQgsP7GKzNFJPU93oiKnZz0,1002
29
- odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.7.dist-info/METADATA,sha256=6GojH2urcffx7sBAF4x-5bxAon44TSIhFYwuihTxKOU,4355
30
- odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.7.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
31
- odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
32
- odoo_addon_mail_attach_existing_attachment-16.0.1.0.1.7.dist-info/RECORD,,
28
+ odoo/addons/mail_attach_existing_attachment/wizard/mail_compose_message_view.xml,sha256=ozGyJhvxqyhvmyzoNQvMuD_ZXgyLuxhpXOUigbGx0F4,934
29
+ odoo_addon_mail_attach_existing_attachment-16.0.1.1.0.1.dist-info/METADATA,sha256=ktkgIIN6LC5iC1P3zbl4oEc9ARfDM6K1NtAjUP_35uE,4334
30
+ odoo_addon_mail_attach_existing_attachment-16.0.1.1.0.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
31
+ odoo_addon_mail_attach_existing_attachment-16.0.1.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
32
+ odoo_addon_mail_attach_existing_attachment-16.0.1.1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5