odoo-addon-fs-attachment-s3 17.0.1.1.0__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.

@@ -0,0 +1,49 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * fs_attachment_s3
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "Last-Translator: Automatically generated\n"
10
+ "Language-Team: none\n"
11
+ "Language: it\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: \n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+
17
+ #. module: fs_attachment_s3
18
+ #: model:ir.model,name:fs_attachment_s3.model_ir_attachment
19
+ msgid "Attachment"
20
+ msgstr ""
21
+
22
+ #. module: fs_attachment_s3
23
+ #: model:ir.model,name:fs_attachment_s3.model_fs_storage
24
+ msgid "FS Storage"
25
+ msgstr ""
26
+
27
+ #. module: fs_attachment_s3
28
+ #: model:ir.model.fields,help:fs_attachment_s3.field_fs_storage__s3_uses_signed_url_for_x_sendfile
29
+ msgid ""
30
+ "If checked, the storage will use signed URLs for attachments when using "
31
+ "X-Accel-Redirect. This is useful for S3 storage where the file path is not "
32
+ "directly accessible without authentication."
33
+ msgstr ""
34
+
35
+ #. module: fs_attachment_s3
36
+ #: model:ir.model.fields,field_description:fs_attachment_s3.field_fs_storage__s3_signed_url_expiration
37
+ msgid "Signed URL Expiration (seconds)"
38
+ msgstr ""
39
+
40
+ #. module: fs_attachment_s3
41
+ #: model:ir.model.fields,help:fs_attachment_s3.field_fs_storage__s3_signed_url_expiration
42
+ msgid ""
43
+ "The expiration time for the signed URL in seconds. Default is 30 seconds."
44
+ msgstr ""
45
+
46
+ #. module: fs_attachment_s3
47
+ #: model:ir.model.fields,field_description:fs_attachment_s3.field_fs_storage__s3_uses_signed_url_for_x_sendfile
48
+ msgid "Use signed URL for X-Accel-Redirect"
49
+ msgstr ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-fs_attachment_s3
3
- Version: 17.0.1.1.0
3
+ Version: 17.0.1.1.0.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: fsspec[s3]
6
6
  Requires-Dist: odoo-addon-fs_attachment>=17.0dev,<17.1dev
@@ -2,6 +2,7 @@ odoo/addons/fs_attachment_s3/README.rst,sha256=RXCvOUlXju-Fs_BYR_7-HntN6jJULwbzi
2
2
  odoo/addons/fs_attachment_s3/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/fs_attachment_s3/__manifest__.py,sha256=1JcQ5I_wOYgesMVVLKk1kvcyRqu_h29_DTnHFJg3Ppw,581
4
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
5
6
  odoo/addons/fs_attachment_s3/models/__init__.py,sha256=OfsH8Tt9nIIDh-KNTuBXialP2Iye4PVsw-A4U6VDjbY,53
6
7
  odoo/addons/fs_attachment_s3/models/fs_storage.py,sha256=dg3Fd4NvdROMXEd2QC-xorbV9QM343CudV32rOAASqw,1787
7
8
  odoo/addons/fs_attachment_s3/models/ir_attachment.py,sha256=DS-yyqUNMRyzxVh93qDS8kLilGR1OqRtClyGs3HWE8I,3067
@@ -15,7 +16,7 @@ odoo/addons/fs_attachment_s3/tests/__init__.py,sha256=fymN9brOYmhFYo0dk9PioEoyET
15
16
  odoo/addons/fs_attachment_s3/tests/common.py,sha256=5vEQ9L1GDpUZ4olWKTUm-jjfhRJWEX6LLTMLniEhQAg,2375
16
17
  odoo/addons/fs_attachment_s3/tests/test_fs_attachment_s3.py,sha256=SjQplCdv383BoNLWEPBm6sl_raDXGSQOCM9Yfvso8_c,1268
17
18
  odoo/addons/fs_attachment_s3/views/fs_storage.xml,sha256=5Avh7PtEQS11yt-q7YaLeWtGbs5PVf_TP-A2pkIDJJY,899
18
- odoo_addon_fs_attachment_s3-17.0.1.1.0.dist-info/METADATA,sha256=5NndO-Phq3-oPxfOP7at-Bj_vSWmCKJwO_D5IjYt-Ag,7133
19
- odoo_addon_fs_attachment_s3-17.0.1.1.0.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
20
- odoo_addon_fs_attachment_s3-17.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
21
- odoo_addon_fs_attachment_s3-17.0.1.1.0.dist-info/RECORD,,
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,,