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
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
cloud_storage_azure, cloud_storage_google, cloud_storage_migration
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
(inherited route override) CloudAttachmentController.mail_attachment_upload inherited http ALL sudo
Models touched (3)

New fields (1)
  • type Selection
    ondelete={'cloud_storage': 'set url'} selection_add=[('cloud_storage', 'Cloud Storage')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (3)
  • cloud_storage_min_file_size Integer
    config_parameter='cloud_storage_min_file_size' default=DEFAULT_CLOUD_STORAGE_MIN_FILE_SIZE help='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_mb Float
    string='Minimum File Size (MB)'
  • cloud_storage_provider Selection
    config_parameter='cloud_storage_provider' selection=[] string='Cloud Storage Provider for new attachments'
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)

Loading…