TIP: You can type at any time to perform a new search.
Cloud Storage
cloud_storage · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Technical Settings
- Folder size
- 0.3 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:15
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Raphael Collet, Odoo Translation Bot, Julien Castiaux, Sébastien Theys, Tiffany Chang (tic), Gorash, Dylan Kiss (dyki), Chong Wang (cwg), Andrzej(pian), Victor Miguel Armenta Carrillo, Kevin Gerard (kege)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- cloud_storage_azure, cloud_storage_google, cloud_storage_migration
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
cloud_storage_config_settings_view_form |
cloud_storage_config_settings_view_form | res.config.settings | form | Inherits base_setup.res_config_settings_view_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | CloudAttachmentController.mail_attachment_upload |
inherited | http | ALL | sudo |
Models touched (3)
New fields (1)
-
typeSelectionondelete={'cloud_storage': 'set url'}selection_add=[('cloud_storage', 'Cloud Storage')]
No public methods.
New fields (0)
No new fields.
Public methods (1)-
session_info(self)
New fields (3)
-
cloud_storage_min_file_sizeIntegerconfig_parameter='cloud_storage_min_file_size'default=DEFAULT_CLOUD_STORAGE_MIN_FILE_SIZEhelp='webclient can upload files larger than the minimum file size\n (in bytes) as url attachments to the server and then upload the file to\n the cloud storage.'string='Minimum File Size (bytes)' -
cloud_storage_min_file_size_mbFloatstring='Minimum File Size (MB)' -
cloud_storage_providerSelectionconfig_parameter='cloud_storage_provider'selection=[]string='Cloud Storage Provider for new attachments'
-
get_values(self)@api.model -
set_values(self)
Loading…