Cloud Storage

cloud_storage
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/cloud_storage
VERSION
VERSION 1.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael 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)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
cloud_storage_config_settings_view_form cloud_storage_config_settings_view_form res.config.settings xpath Inherits base_setup.res_config_settings_view_form
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)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/cloud_storage
VERSION
VERSION 1.0
CATEGORY
CATEGORYTechnical Settings
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Odoo Online, Sébastien Theys, Tiffany Chang (tic), Dylan Kiss (dyki), Chong Wang (cwg), Andrzej(pian), Victor Miguel Armenta Carrillo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
cloud_storage_config_settings_view_form cloud_storage_config_settings_view_form res.config.settings xpath Inherits base.res_config_settings_view_form
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 (2)
  • 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_provider Selection
    config_parameter='cloud_storage_provider' selection=[] string='Cloud Storage Provider for new attachments'
Public methods (1)
  • set_values(self)