odoo-addon-fs-attachment-s3 16.0.2.0.0__py3-none-any.whl → 16.0.2.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.

Potentially problematic release.


This version of odoo-addon-fs-attachment-s3 might be problematic. Click here for more details.

@@ -0,0 +1,56 @@
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 16.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2025-09-15 09:42+0000\n"
10
+ "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
+ "Language-Team: none\n"
12
+ "Language: it\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: \n"
16
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Weblate 5.10.4\n"
18
+
19
+ #. module: fs_attachment_s3
20
+ #: model:ir.model,name:fs_attachment_s3.model_ir_attachment
21
+ msgid "Attachment"
22
+ msgstr "Allegato"
23
+
24
+ #. module: fs_attachment_s3
25
+ #: model:ir.model,name:fs_attachment_s3.model_fs_storage
26
+ msgid "FS Storage"
27
+ msgstr "Deposito FS"
28
+
29
+ #. module: fs_attachment_s3
30
+ #: model:ir.model.fields,help:fs_attachment_s3.field_fs_storage__s3_uses_signed_url_for_x_sendfile
31
+ msgid ""
32
+ "If checked, the storage will use signed URLs for attachments when using "
33
+ "X-Accel-Redirect. This is useful for S3 storage where the file path is not "
34
+ "directly accessible without authentication."
35
+ 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
+
41
+ #. module: fs_attachment_s3
42
+ #: model:ir.model.fields,field_description:fs_attachment_s3.field_fs_storage__s3_signed_url_expiration
43
+ msgid "Signed URL Expiration (seconds)"
44
+ msgstr "Scadenza URL firmato (secondi)"
45
+
46
+ #. module: fs_attachment_s3
47
+ #: model:ir.model.fields,help:fs_attachment_s3.field_fs_storage__s3_signed_url_expiration
48
+ msgid ""
49
+ "The expiration time for the signed URL in seconds. Default is 30 seconds."
50
+ msgstr ""
51
+ "Il tempo di scadenza per l'URL firmato in secondi. Predefinito 30 secondi."
52
+
53
+ #. module: fs_attachment_s3
54
+ #: model:ir.model.fields,field_description:fs_attachment_s3.field_fs_storage__s3_uses_signed_url_for_x_sendfile
55
+ msgid "Use signed URL for X-Accel-Redirect"
56
+ msgstr "Utilizza URL firmato per X-Accel-Redirect"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-fs_attachment_s3
3
- Version: 16.0.2.0.0
3
+ Version: 16.0.2.0.0.2
4
4
  Summary: Store attachments into S3 complient filesystem
5
5
  Home-page: https://github.com/OCA/storage
6
6
  Author: ACSONE SA/NV,Odoo Community Association (OCA)
@@ -2,6 +2,7 @@ odoo/addons/fs_attachment_s3/README.rst,sha256=kUqHWlsdPTn1GTj0tyZqlNU191mS3ECTh
2
2
  odoo/addons/fs_attachment_s3/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
3
  odoo/addons/fs_attachment_s3/__manifest__.py,sha256=FhV_fN8-BpvW7xQuR9xgXFu3b2ystU2S8864EE0Nks0,581
4
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
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=E_MDKOwKe_Po0I3aK1RiyCYmDh8A6kw1IOL9_mWq3wM,1788
7
8
  odoo/addons/fs_attachment_s3/models/ir_attachment.py,sha256=pKTw57btmWz8eNV5lR1YUqcjyQdTs7-_Qa3rxL3ORlw,3068
@@ -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=0SZ23cdTA5MUkALYoW4nbdDlewUTFqA4V0t0kjtsjAA,971
18
- odoo_addon_fs_attachment_s3-16.0.2.0.0.dist-info/METADATA,sha256=rha7x5jXhArY3mCdEzRLcfzj15t0DtJgSBNB3PcSTWI,7096
19
- odoo_addon_fs_attachment_s3-16.0.2.0.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
20
- odoo_addon_fs_attachment_s3-16.0.2.0.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
21
- odoo_addon_fs_attachment_s3-16.0.2.0.0.dist-info/RECORD,,
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,,