Storage Media

storage_media
REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/19.0/storage_media
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Laurent Mignon (ACSONE)
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:10:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-env:
    - server_environment
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python_slugify
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
storage_file_replace_view_form storage.file.replace.form storage.file.replace form New
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type list New
storage_media_view_form storage.media form New
storage_media_view_search storage.media search New
storage_media_view_tree storage.media list New
Models touched (4)

New fields (1)
  • file_type Selection
    ondelete={'media': 'set null'} selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (1)
  • media_id Many2one → storage.media
    args: 'storage.media'
Public methods (2)
  • confirm(self)
  • default_get(self, fields_list)
    @api.model
    'default_get' method overloaded.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • onchange_name(self)
    @api.onchange('name')

New fields (2)
  • code Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/18.0/storage_media
VERSION
VERSION 1.4.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, oca-ci, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:09:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-env:
    - server_environment
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python_slugify
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
storage_file_replace_view_form storage.file.replace.form storage.file.replace form New
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type list New
storage_media_view_form storage.media form New
storage_media_view_search storage.media search New
storage_media_view_tree storage.media list New
Models touched (4)

New fields (1)
  • file_type Selection
    ondelete={'media': 'set null'} selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (1)
  • media_id Many2one → storage.media
    args: 'storage.media'
Public methods (2)
  • confirm(self)
  • default_get(self, fields_list)
    @api.model
    'default_get' method overloaded.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • onchange_name(self)
    @api.onchange('name')
  • unlink(self)

New fields (2)
  • code Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/15.0/storage_media
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSMiquel Raïch, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-env:
    - server_environment
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python_slugify
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type tree New
storage_media_view_form storage.media form New
storage_media_view_tree storage.media tree New
Models touched (3)

New fields (1)
  • file_type Selection
    ondelete={'media': 'set null'} selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_name(self)
    @api.onchange('name')

New fields (2)
  • code Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/14.0/storage_media
VERSION
VERSION 2.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSEnric Tobella, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, Pierrick Brun, oca-ci, Mmequignon
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-env:
    - server_environment
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python_slugify
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
storage_file_replace_view_form storage.file.replace.form storage.file.replace form New
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type tree New
storage_media_view_form storage.media form New
storage_media_view_tree storage.media tree New
Models touched (4)

New fields (1)
  • file_type Selection
    ondelete={'media': 'set null'} selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (1)
  • media_id Many2one → storage.media
    args: 'storage.media'
Public methods (2)
  • confirm(self)
  • default_get(self, fields_list)
    @api.model
    'default_get' method overloaded.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_name(self)
    @api.onchange('name')

New fields (2)
  • code Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/13.0/storage_media
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSEnric Tobella, Thierry Ducrest, oca-travis, OCA-git-bot, Simone Orsi, Héctor Villarreal Ortega
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-env:
    - server_environment
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python_slugify
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type tree New
storage_media_view_form storage.media form New
storage_media_view_tree storage.media tree New
Models touched (3)

New fields (1)
  • file_type Selection
    selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_name(self)
    @api.onchange('name')

New fields (2)
  • code Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/12.0/storage_media
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Denis Roussel, Stéphane Bidoul (ACSONE), Tom Blauwendraat, Simone Orsi
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-env:
    - server_environment
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES slugify
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type tree New
storage_media_view_form storage.media form New
storage_media_view_tree storage.media tree New
Models touched (3)

New fields (1)
  • file_type Selection
    selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_name(self)
    @api.onchange('name')

New fields (2)
  • code Char
  • name Char
    required=True translated=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/storage
GIT
GIThttps://github.com/OCA/storage.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/storage/tree/10.0/storage_media
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSSylvain LE GAL, Laurent Mignon (ACSONE), Denis Roussel, Sébastien BEAU, oca-travis, OCA-git-bot, Benoit
WEBSITE
WEBSITEhttps://github.com/OCA/storage
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component
OCA/server-tools:
    - keychain
OCA/storage:
    - storage_file
    - storage_backend
    - storage_thumbnail
odoo/odoo:
    - base
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES slugify
cryptography
cachetools
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
storage_media_type_view_form storage.media.type form New
storage_media_type_view_search storage.media.type search New
storage_media_type_view_tree storage.media.type tree New
storage_media_view_form storage.media form New
storage_media_view_tree storage.media tree New
Models touched (3)

New fields (1)
  • file_type Selection
    selection_add=[('media', 'Media')]
Public methods (0)

No public methods.

New fields (2)
  • file_id Many2one → storage.file
    ondelete='cascade' required=True args: 'storage.file', 'File'
  • media_type_id Many2one → storage.media.type
    args: 'storage.media.type', 'Media Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_name(self)
    @api.onchange('name')

New fields (2)
  • code Char
  • name Char
    required=True translated=True
Public methods (0)

No public methods.