TIP: You can type at any time to perform a new search.
Storage Backend
storage_backend · OCA/storage
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeSelectiondefault='filesystem'required=Trueselection=[('filesystem', 'Filesystem')] -
directory_pathCharhelp='Relative path to the directory to store the file' -
has_validationBooleancompute='_compute_has_validation' -
nameCharrequired=True
-
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…