odoo-addon-fs-attachment-s3 16.0.2.0.0.2__py3-none-any.whl → 17.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.
Potentially problematic release.
This version of odoo-addon-fs-attachment-s3 might be problematic. Click here for more details.
- odoo/addons/fs_attachment_s3/README.rst +6 -6
- odoo/addons/fs_attachment_s3/__manifest__.py +1 -1
- odoo/addons/fs_attachment_s3/i18n/fs_attachment_s3.pot +1 -1
- odoo/addons/fs_attachment_s3/i18n/it.po +6 -13
- odoo/addons/fs_attachment_s3/models/fs_storage.py +0 -1
- odoo/addons/fs_attachment_s3/models/ir_attachment.py +0 -1
- odoo/addons/fs_attachment_s3/static/description/index.html +4 -4
- odoo/addons/fs_attachment_s3/views/fs_storage.xml +2 -2
- {odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info → odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info}/METADATA +14 -13
- odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info/RECORD +22 -0
- {odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info → odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info}/WHEEL +1 -1
- odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info/top_level.txt +1 -0
- odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info/RECORD +0 -22
- odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info/top_level.txt +0 -1
|
@@ -11,7 +11,7 @@ Fs Attachment S3
|
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
12
12
|
!! changes will be overwritten. !!
|
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:50f7e3247afd90643790c8c52b71f4eb81492557cd94a77d39c8c3af3c608aa1
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -21,13 +21,13 @@ Fs Attachment S3
|
|
|
21
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
22
22
|
:alt: License: AGPL-3
|
|
23
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github
|
|
24
|
-
:target: https://github.com/OCA/storage/tree/
|
|
24
|
+
:target: https://github.com/OCA/storage/tree/17.0/fs_attachment_s3
|
|
25
25
|
:alt: OCA/storage
|
|
26
26
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
27
|
-
:target: https://translation.odoo-community.org/projects/storage-
|
|
27
|
+
:target: https://translation.odoo-community.org/projects/storage-17-0/storage-17-0-fs_attachment_s3
|
|
28
28
|
:alt: Translate me on Weblate
|
|
29
29
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
30
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=
|
|
30
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=17.0
|
|
31
31
|
:alt: Try me on Runboat
|
|
32
32
|
|
|
33
33
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -126,7 +126,7 @@ Bug Tracker
|
|
|
126
126
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/storage/issues>`_.
|
|
127
127
|
In case of trouble, please check there if your issue has already been reported.
|
|
128
128
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
129
|
-
`feedback <https://github.com/OCA/storage/issues/new?body=module:%20fs_attachment_s3%0Aversion:%
|
|
129
|
+
`feedback <https://github.com/OCA/storage/issues/new?body=module:%20fs_attachment_s3%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
130
130
|
|
|
131
131
|
Do not contact contributors directly about support or help with technical issues.
|
|
132
132
|
|
|
@@ -173,6 +173,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
173
173
|
|
|
174
174
|
|maintainer-lmignon|
|
|
175
175
|
|
|
176
|
-
This module is part of the `OCA/storage <https://github.com/OCA/storage/tree/
|
|
176
|
+
This module is part of the `OCA/storage <https://github.com/OCA/storage/tree/17.0/fs_attachment_s3>`_ project on GitHub.
|
|
177
177
|
|
|
178
178
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{
|
|
5
5
|
"name": "Fs Attachment S3",
|
|
6
6
|
"summary": """Store attachments into S3 complient filesystem""",
|
|
7
|
-
"version": "
|
|
7
|
+
"version": "17.0.1.1.0",
|
|
8
8
|
"license": "AGPL-3",
|
|
9
9
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
10
10
|
"website": "https://github.com/OCA/storage",
|
|
@@ -4,27 +4,25 @@
|
|
|
4
4
|
#
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version: Odoo Server
|
|
7
|
+
"Project-Id-Version: Odoo Server 17.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"
|
|
10
|
-
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
9
|
+
"Last-Translator: Automatically generated\n"
|
|
11
10
|
"Language-Team: none\n"
|
|
12
11
|
"Language: it\n"
|
|
13
12
|
"MIME-Version: 1.0\n"
|
|
14
13
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
14
|
"Content-Transfer-Encoding: \n"
|
|
16
15
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
17
|
-
"X-Generator: Weblate 5.10.4\n"
|
|
18
16
|
|
|
19
17
|
#. module: fs_attachment_s3
|
|
20
18
|
#: model:ir.model,name:fs_attachment_s3.model_ir_attachment
|
|
21
19
|
msgid "Attachment"
|
|
22
|
-
msgstr "
|
|
20
|
+
msgstr ""
|
|
23
21
|
|
|
24
22
|
#. module: fs_attachment_s3
|
|
25
23
|
#: model:ir.model,name:fs_attachment_s3.model_fs_storage
|
|
26
24
|
msgid "FS Storage"
|
|
27
|
-
msgstr "
|
|
25
|
+
msgstr ""
|
|
28
26
|
|
|
29
27
|
#. module: fs_attachment_s3
|
|
30
28
|
#: model:ir.model.fields,help:fs_attachment_s3.field_fs_storage__s3_uses_signed_url_for_x_sendfile
|
|
@@ -33,24 +31,19 @@ msgid ""
|
|
|
33
31
|
"X-Accel-Redirect. This is useful for S3 storage where the file path is not "
|
|
34
32
|
"directly accessible without authentication."
|
|
35
33
|
msgstr ""
|
|
36
|
-
"Se selezionata, l'archiviazione utilizzerà URL firmati per gli allegati "
|
|
37
|
-
"quando si utilizza X-Accel-Redirect. Questa opzione è utile per "
|
|
38
|
-
"l'archiviazione S3 in cui il percorso del file non è direttamente "
|
|
39
|
-
"accessibile senza autenticazione."
|
|
40
34
|
|
|
41
35
|
#. module: fs_attachment_s3
|
|
42
36
|
#: model:ir.model.fields,field_description:fs_attachment_s3.field_fs_storage__s3_signed_url_expiration
|
|
43
37
|
msgid "Signed URL Expiration (seconds)"
|
|
44
|
-
msgstr "
|
|
38
|
+
msgstr ""
|
|
45
39
|
|
|
46
40
|
#. module: fs_attachment_s3
|
|
47
41
|
#: model:ir.model.fields,help:fs_attachment_s3.field_fs_storage__s3_signed_url_expiration
|
|
48
42
|
msgid ""
|
|
49
43
|
"The expiration time for the signed URL in seconds. Default is 30 seconds."
|
|
50
44
|
msgstr ""
|
|
51
|
-
"Il tempo di scadenza per l'URL firmato in secondi. Predefinito 30 secondi."
|
|
52
45
|
|
|
53
46
|
#. module: fs_attachment_s3
|
|
54
47
|
#: model:ir.model.fields,field_description:fs_attachment_s3.field_fs_storage__s3_uses_signed_url_for_x_sendfile
|
|
55
48
|
msgid "Use signed URL for X-Accel-Redirect"
|
|
56
|
-
msgstr "
|
|
49
|
+
msgstr ""
|
|
@@ -372,9 +372,9 @@ ul.auto-toc {
|
|
|
372
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
373
373
|
!! changes will be overwritten. !!
|
|
374
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
375
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:50f7e3247afd90643790c8c52b71f4eb81492557cd94a77d39c8c3af3c608aa1
|
|
376
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/storage/tree/
|
|
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/storage/tree/17.0/fs_attachment_s3"><img alt="OCA/storage" src="https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/storage-17-0/storage-17-0-fs_attachment_s3"><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/storage&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
378
378
|
<p>This module extends the functionality of
|
|
379
379
|
<a class="reference external" href="https://github.com/OCA/storage/tree/16.0/fs_attachment">fs_attachment</a>
|
|
380
380
|
to better support Amazon S3 storage. It includes features such as:</p>
|
|
@@ -469,7 +469,7 @@ directory name as bucket name, and the file path.</p>
|
|
|
469
469
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/storage/issues">GitHub Issues</a>.
|
|
470
470
|
In case of trouble, please check there if your issue has already been reported.
|
|
471
471
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
472
|
-
<a class="reference external" href="https://github.com/OCA/storage/issues/new?body=module:%20fs_attachment_s3%0Aversion:%
|
|
472
|
+
<a class="reference external" href="https://github.com/OCA/storage/issues/new?body=module:%20fs_attachment_s3%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
473
473
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
474
474
|
</div>
|
|
475
475
|
<div class="section" id="credits">
|
|
@@ -506,7 +506,7 @@ mission is to support the collaborative development of Odoo features and
|
|
|
506
506
|
promote its widespread use.</p>
|
|
507
507
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
508
508
|
<p><a class="reference external image-reference" href="https://github.com/lmignon"><img alt="lmignon" src="https://github.com/lmignon.png?size=40px" /></a></p>
|
|
509
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/storage/tree/
|
|
509
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/storage/tree/17.0/fs_attachment_s3">OCA/storage</a> project on GitHub.</p>
|
|
510
510
|
<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>
|
|
511
511
|
</div>
|
|
512
512
|
</div>
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
<field name="use_x_sendfile_to_serve_internal_url" position="after">
|
|
11
11
|
<field
|
|
12
12
|
name="s3_uses_signed_url_for_x_sendfile"
|
|
13
|
-
|
|
13
|
+
invisible="not use_x_sendfile_to_serve_internal_url or protocol != 's3'"
|
|
14
14
|
/>
|
|
15
15
|
<field
|
|
16
16
|
name="s3_signed_url_expiration"
|
|
17
|
-
|
|
17
|
+
invisible="not use_x_sendfile_to_serve_internal_url or protocol != 's3'"
|
|
18
18
|
/>
|
|
19
19
|
</field>
|
|
20
20
|
</field>
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-fs_attachment_s3
|
|
3
|
-
Version:
|
|
3
|
+
Version: 17.0.1.1.0.1
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: fsspec[s3]
|
|
6
|
+
Requires-Dist: odoo-addon-fs_attachment>=17.0dev,<17.1dev
|
|
7
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
4
8
|
Summary: Store attachments into S3 complient filesystem
|
|
5
9
|
Home-page: https://github.com/OCA/storage
|
|
10
|
+
License: AGPL-3
|
|
6
11
|
Author: ACSONE SA/NV,Odoo Community Association (OCA)
|
|
7
12
|
Author-email: support@odoo-community.org
|
|
8
|
-
License: AGPL-3
|
|
9
13
|
Classifier: Programming Language :: Python
|
|
10
14
|
Classifier: Framework :: Odoo
|
|
11
|
-
Classifier: Framework :: Odoo ::
|
|
15
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
12
16
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
13
|
-
|
|
14
|
-
Requires-Dist: fsspec[s3]
|
|
15
|
-
Requires-Dist: odoo-addon-fs-attachment<16.1dev,>=16.0dev
|
|
16
|
-
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
17
|
+
Description-Content-Type: text/x-rst
|
|
17
18
|
|
|
18
19
|
.. image:: https://odoo-community.org/readme-banner-image
|
|
19
20
|
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
@@ -28,7 +29,7 @@ Fs Attachment S3
|
|
|
28
29
|
!! This file is generated by oca-gen-addon-readme !!
|
|
29
30
|
!! changes will be overwritten. !!
|
|
30
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
|
-
!! source digest: sha256:
|
|
32
|
+
!! source digest: sha256:50f7e3247afd90643790c8c52b71f4eb81492557cd94a77d39c8c3af3c608aa1
|
|
32
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
33
34
|
|
|
34
35
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -38,13 +39,13 @@ Fs Attachment S3
|
|
|
38
39
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
39
40
|
:alt: License: AGPL-3
|
|
40
41
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github
|
|
41
|
-
:target: https://github.com/OCA/storage/tree/
|
|
42
|
+
:target: https://github.com/OCA/storage/tree/17.0/fs_attachment_s3
|
|
42
43
|
:alt: OCA/storage
|
|
43
44
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
44
|
-
:target: https://translation.odoo-community.org/projects/storage-
|
|
45
|
+
:target: https://translation.odoo-community.org/projects/storage-17-0/storage-17-0-fs_attachment_s3
|
|
45
46
|
:alt: Translate me on Weblate
|
|
46
47
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
47
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=
|
|
48
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/storage&target_branch=17.0
|
|
48
49
|
:alt: Try me on Runboat
|
|
49
50
|
|
|
50
51
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -143,7 +144,7 @@ Bug Tracker
|
|
|
143
144
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/storage/issues>`_.
|
|
144
145
|
In case of trouble, please check there if your issue has already been reported.
|
|
145
146
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
146
|
-
`feedback <https://github.com/OCA/storage/issues/new?body=module:%20fs_attachment_s3%0Aversion:%
|
|
147
|
+
`feedback <https://github.com/OCA/storage/issues/new?body=module:%20fs_attachment_s3%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
147
148
|
|
|
148
149
|
Do not contact contributors directly about support or help with technical issues.
|
|
149
150
|
|
|
@@ -190,6 +191,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
190
191
|
|
|
191
192
|
|maintainer-lmignon|
|
|
192
193
|
|
|
193
|
-
This module is part of the `OCA/storage <https://github.com/OCA/storage/tree/
|
|
194
|
+
This module is part of the `OCA/storage <https://github.com/OCA/storage/tree/17.0/fs_attachment_s3>`_ project on GitHub.
|
|
194
195
|
|
|
195
196
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
odoo/addons/fs_attachment_s3/README.rst,sha256=RXCvOUlXju-Fs_BYR_7-HntN6jJULwbzileiJ6eysFQ,6479
|
|
2
|
+
odoo/addons/fs_attachment_s3/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
+
odoo/addons/fs_attachment_s3/__manifest__.py,sha256=1JcQ5I_wOYgesMVVLKk1kvcyRqu_h29_DTnHFJg3Ppw,581
|
|
4
|
+
odoo/addons/fs_attachment_s3/i18n/fs_attachment_s3.pot,sha256=UX7IG6Du2ppG4zQDNSlrm0c_fu_vpEofH52-Vq91koE,1533
|
|
5
|
+
odoo/addons/fs_attachment_s3/i18n/it.po,sha256=USCdgk9XDFFnf5QhgmkSJ-y8L3HQFujVlbweanP-ZpY,1603
|
|
6
|
+
odoo/addons/fs_attachment_s3/models/__init__.py,sha256=OfsH8Tt9nIIDh-KNTuBXialP2Iye4PVsw-A4U6VDjbY,53
|
|
7
|
+
odoo/addons/fs_attachment_s3/models/fs_storage.py,sha256=dg3Fd4NvdROMXEd2QC-xorbV9QM343CudV32rOAASqw,1787
|
|
8
|
+
odoo/addons/fs_attachment_s3/models/ir_attachment.py,sha256=DS-yyqUNMRyzxVh93qDS8kLilGR1OqRtClyGs3HWE8I,3067
|
|
9
|
+
odoo/addons/fs_attachment_s3/readme/CONFIGURE.md,sha256=pls7cefEsr7Yba8cVfWmkmFrItekwLE6V96xOzeGHkc,2561
|
|
10
|
+
odoo/addons/fs_attachment_s3/readme/CONTRIBUTORS.md,sha256=fQuQzGS-9tjXz4TtzBPthvIRrbIkYAm5fbg2-GjV564,139
|
|
11
|
+
odoo/addons/fs_attachment_s3/readme/CREDITS.md,sha256=dujpMmbuCxwnGltLAYjv5u6WQdx37lgYBZeFeDgrfnM,120
|
|
12
|
+
odoo/addons/fs_attachment_s3/readme/DESCRIPTION.md,sha256=kwIIKDmup9ylYA61ZylWdQkyYFlyyouamz3Ljy1G-cQ,480
|
|
13
|
+
odoo/addons/fs_attachment_s3/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
14
|
+
odoo/addons/fs_attachment_s3/static/description/index.html,sha256=U-EYkc4n8uvsSuH8OHiXQvodQU7nEgrDmatvi7xMwNc,18327
|
|
15
|
+
odoo/addons/fs_attachment_s3/tests/__init__.py,sha256=fymN9brOYmhFYo0dk9PioEoyET4n-uxIjC4RoBVSnEY,36
|
|
16
|
+
odoo/addons/fs_attachment_s3/tests/common.py,sha256=5vEQ9L1GDpUZ4olWKTUm-jjfhRJWEX6LLTMLniEhQAg,2375
|
|
17
|
+
odoo/addons/fs_attachment_s3/tests/test_fs_attachment_s3.py,sha256=SjQplCdv383BoNLWEPBm6sl_raDXGSQOCM9Yfvso8_c,1268
|
|
18
|
+
odoo/addons/fs_attachment_s3/views/fs_storage.xml,sha256=5Avh7PtEQS11yt-q7YaLeWtGbs5PVf_TP-A2pkIDJJY,899
|
|
19
|
+
odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info/METADATA,sha256=wTbt8ztmBOMVMcLGggHFgLMHdn7HoI3v7LPSD1B_rRs,7135
|
|
20
|
+
odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
21
|
+
odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
22
|
+
odoo_addon_fs_attachment_s3-17.0.1.1.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
odoo/addons/fs_attachment_s3/README.rst,sha256=kUqHWlsdPTn1GTj0tyZqlNU191mS3ECThkdmctcnCh4,6479
|
|
2
|
-
odoo/addons/fs_attachment_s3/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/fs_attachment_s3/__manifest__.py,sha256=FhV_fN8-BpvW7xQuR9xgXFu3b2ystU2S8864EE0Nks0,581
|
|
4
|
-
odoo/addons/fs_attachment_s3/i18n/fs_attachment_s3.pot,sha256=T_HrzRuGXQPmG4X2iEBaGnzvDcEjo_FHJDISawQaS0o,1533
|
|
5
|
-
odoo/addons/fs_attachment_s3/i18n/it.po,sha256=HXkR_8KFVBzduHzw5APcmLRTGA2ENg2KRvvhv11hX2Q,2109
|
|
6
|
-
odoo/addons/fs_attachment_s3/models/__init__.py,sha256=OfsH8Tt9nIIDh-KNTuBXialP2Iye4PVsw-A4U6VDjbY,53
|
|
7
|
-
odoo/addons/fs_attachment_s3/models/fs_storage.py,sha256=E_MDKOwKe_Po0I3aK1RiyCYmDh8A6kw1IOL9_mWq3wM,1788
|
|
8
|
-
odoo/addons/fs_attachment_s3/models/ir_attachment.py,sha256=pKTw57btmWz8eNV5lR1YUqcjyQdTs7-_Qa3rxL3ORlw,3068
|
|
9
|
-
odoo/addons/fs_attachment_s3/readme/CONFIGURE.md,sha256=pls7cefEsr7Yba8cVfWmkmFrItekwLE6V96xOzeGHkc,2561
|
|
10
|
-
odoo/addons/fs_attachment_s3/readme/CONTRIBUTORS.md,sha256=fQuQzGS-9tjXz4TtzBPthvIRrbIkYAm5fbg2-GjV564,139
|
|
11
|
-
odoo/addons/fs_attachment_s3/readme/CREDITS.md,sha256=dujpMmbuCxwnGltLAYjv5u6WQdx37lgYBZeFeDgrfnM,120
|
|
12
|
-
odoo/addons/fs_attachment_s3/readme/DESCRIPTION.md,sha256=kwIIKDmup9ylYA61ZylWdQkyYFlyyouamz3Ljy1G-cQ,480
|
|
13
|
-
odoo/addons/fs_attachment_s3/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
14
|
-
odoo/addons/fs_attachment_s3/static/description/index.html,sha256=F1GA8gCpzSJr3mHfEbc4fg4DbdIiyvouFwhazexlNa0,18327
|
|
15
|
-
odoo/addons/fs_attachment_s3/tests/__init__.py,sha256=fymN9brOYmhFYo0dk9PioEoyET4n-uxIjC4RoBVSnEY,36
|
|
16
|
-
odoo/addons/fs_attachment_s3/tests/common.py,sha256=5vEQ9L1GDpUZ4olWKTUm-jjfhRJWEX6LLTMLniEhQAg,2375
|
|
17
|
-
odoo/addons/fs_attachment_s3/tests/test_fs_attachment_s3.py,sha256=SjQplCdv383BoNLWEPBm6sl_raDXGSQOCM9Yfvso8_c,1268
|
|
18
|
-
odoo/addons/fs_attachment_s3/views/fs_storage.xml,sha256=0SZ23cdTA5MUkALYoW4nbdDlewUTFqA4V0t0kjtsjAA,971
|
|
19
|
-
odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info/METADATA,sha256=32rw7WXYGMzfyHzxb7iz69b5OwrSXsqRlkLSZdBFjm8,7098
|
|
20
|
-
odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
21
|
-
odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
22
|
-
odoo_addon_fs_attachment_s3-16.0.2.0.0.2.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
odoo
|