No description
  • Python 54.1%
  • HTML 39.7%
  • JavaScript 5.7%
  • SCSS 0.5%
Find a file
mymage f9b6dbcd4a Translated using Weblate (Italian)
Currently translated at 100.0% (72 of 72 strings)

Translation: storage-18.0/storage-18.0-fs_storage
Translate-URL: https://translation.odoo-community.org/projects/storage-18-0/storage-18-0-fs_storage/it/
2026-04-20 16:45:06 +00:00
.github/workflows [IMP] update dotfiles 2025-02-09 19:00:53 +00:00
.oca/oca-port/blacklist oca-port: blacklist PR(s) 252, 372 for fs_storage 2025-09-15 09:21:39 +02:00
fs_attachment [BOT] post-merge updates 2026-04-10 13:35:44 +00:00
fs_attachment_s3 [BOT] post-merge updates 2025-10-20 11:50:11 +00:00
fs_file [IMP] simplify tests 2026-03-19 11:12:05 +01:00
fs_folder Translated using Weblate (Italian) 2026-04-13 11:45:31 +00:00
fs_folder_demo Translated using Weblate (Italian) 2025-09-15 09:42:44 +00:00
fs_folder_ms_drive Translated using Weblate (Italian) 2026-04-13 11:45:31 +00:00
fs_folder_webdav Added translation using Weblate (Italian) 2025-10-21 06:29:54 +00:00
fs_image [IMP] simplify tests 2026-03-19 11:12:05 +01:00
fs_storage Translated using Weblate (Italian) 2026-04-20 16:45:06 +00:00
fs_storage_ms_drive [BOT] post-merge updates 2025-12-10 15:33:52 +00:00
image_tag [BOT] post-merge updates 2025-09-14 07:32:22 +00:00
microsoft_drive_account Translated using Weblate (Italian) 2025-12-11 09:42:45 +00:00
setup [BOT] post-merge updates 2025-10-20 10:54:51 +00:00
storage_backend Translated using Weblate (Italian) 2025-06-03 09:27:03 +00:00
storage_backend_ftp Translated using Weblate (Italian) 2025-06-04 09:26:52 +00:00
storage_backend_s3 [BOT] post-merge updates 2025-07-24 06:30:23 +00:00
storage_backend_sftp Translated using Weblate (Italian) 2025-06-04 09:26:52 +00:00
storage_file storage_file: storage.file.replace add hook for file values 2025-11-25 20:11:27 +01:00
storage_image [BOT] post-merge updates 2025-11-26 14:12:19 +00:00
storage_image_product [BOT] post-merge updates 2026-03-27 07:34:32 +00:00
storage_media storage_media: add script to fix missing file_type 2025-11-26 09:05:18 +01:00
storage_media_product Translated using Weblate (Italian) 2025-11-28 10:41:01 +00:00
storage_thumbnail [IMP] simplify tests 2026-03-19 11:12:05 +01:00
.copier-answers.yml [IMP] update dotfiles 2025-02-09 19:00:53 +00:00
.editorconfig Initial commit 2024-10-07 09:02:16 +00:00
.gitignore Initial commit 2024-10-07 09:02:16 +00:00
.pre-commit-config.yaml [IMP] update dotfiles 2024-10-15 07:06:40 +02:00
.pylintrc Initial commit 2024-10-07 09:02:16 +00:00
.pylintrc-mandatory Initial commit 2024-10-07 09:02:16 +00:00
.ruff.toml [IMP] update dotfiles 2025-02-09 19:00:53 +00:00
checklog-odoo.cfg [IMP] update dotfiles 2025-02-09 19:00:53 +00:00
eslint.config.cjs [ADD] fs_storage_ms_drive: Microsoft Drive File System 2025-09-14 10:04:03 +02:00
LICENSE Initial commit 2024-10-07 09:02:16 +00:00
prettier.config.cjs [IMP] update dotfiles 2024-10-15 07:06:40 +02:00
README.md [BOT] post-merge updates 2026-04-10 13:35:44 +00:00
requirements.txt [ADD] fs_folder_webdav: UI improvement for WebDAV folder 2025-09-22 14:07:43 +02:00
test-requirements.txt [MIG] fs_attachment, fs_attachment_s3: Forward port from 17.0 2025-09-15 13:04:35 +02:00

Runboat Pre-commit Status Build Status codecov Translation Status

storage

storage

Available addons

addon version maintainers summary
fs_attachment 18.0.2.2.1 lmignon Store attachments on external object store
fs_attachment_s3 18.0.1.2.0 lmignon Store attachments into S3 complient filesystem
fs_file 18.0.1.0.0 lmignon Field to store files into filesystem storages
fs_folder 18.0.2.0.0 lmignon A module to link to Odoo records and manage from record forms forlders from external file systems
fs_folder_demo 18.0.1.0.0 Demo for fs_folder addon
fs_folder_ms_drive 18.0.2.0.0 lmignon Display and manage your files from Microsoft drives from within Odoo
fs_folder_webdav 18.0.1.0.0 jguenat UI improvement when managing WebDAV folder
fs_image 18.0.1.0.0 lmignon Field to store images into filesystem storages
fs_storage 18.0.2.1.2 Implement the concept of Storage with amazon S3, sftp...
fs_storage_ms_drive 18.0.2.0.0 lmignon Add the microsoft drives (OneDrive, Sharepoint) as a storage backend
image_tag 18.0.1.0.0 Image tag model
microsoft_drive_account 18.0.2.0.0 lmignon Link user with Microsoft
storage_backend 18.0.1.0.0 Implement the concept of Storage with amazon S3, sftp...
storage_backend_ftp 18.0.1.0.0 Implement FTP Storage
storage_backend_s3 18.0.1.1.0 Implement amazon S3 Storage
storage_backend_sftp 18.0.1.0.0 Implement SFTP Storage
storage_file 18.0.1.0.0 Storage file in storage backend
storage_image 18.0.1.0.1 Store image and resized image in a storage backend
storage_image_product 18.0.1.0.2 Link images to products and categories
storage_media 18.0.1.1.1 Give the posibility to store media data in Odoo
storage_media_product 18.0.1.0.1 Link media to products and categories
storage_thumbnail 18.0.1.0.0 Abstract module that add the possibility to have thumbnail

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.