Repository
OCA/storage · module folder · Try on Runboat
Module version
1.0.0
Category
Storage
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/storage
Last tracking update
2026-08-07 09:06:25
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Stéphane Bidoul
Odoo dependencies
OCA/connector:
OCA/server-env:
odoo/odoo:
Python dependencies
cachetools
System dependencies
None
Required by
storage_backend_ftp, storage_backend_s3, storage_backend_sftp, storage_file
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
storage_backend_view_form storage.backend form New
storage_backend_view_search storage.backend search New
storage_backend_view_tree storage.backend list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • backend_type Selection
    default='filesystem' required=True selection=[('filesystem', 'Filesystem')]
  • directory_path Char
    help='Relative path to the directory to store the file'
  • has_validation Boolean
    compute='_compute_has_validation'
  • name Char
    required=True
Public methods (7)
  • action_test_config(self)
  • add(self, relative_path, data, binary=True, **kwargs)
  • delete(self, relative_path)
  • find_files(self, pattern, relative_path='', **kw)
  • get(self, relative_path, binary=True, **kwargs)
  • list_files(self, relative_path='', pattern=False)
  • move_files(self, files, destination_path, **kw)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…