TIP: You can type at any time to perform a new search.
Storage Backend SFTP
storage_backend_sftp · OCA/storage
- Repository
- OCA/storage · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Storage
- Folder size
- 0.03 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
- paramiko, cachetools
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
storage_backend_view_form |
storage.backend | form | Inherits storage_backend.storage_backend_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (7)
-
backend_typeSelectionondelete={'sftp': 'set default'}selection_add=[('sftp', 'SFTP')] -
sftp_auth_methodSelectiondefault='pwd'required=Trueselection=[('pwd', 'Password'), ('ssh_key', 'Private key')]string='SFTP Authentification Method' -
sftp_loginCharhelp='Login to connect to sftp server'string='SFTP Login' -
sftp_passwordCharstring='SFTP Password' -
sftp_portIntegerdefault=22string='SFTP Port' -
sftp_serverCharstring='SFTP Host' -
sftp_ssh_private_keyTexthelp="It's recommended to not store the key here but to provide it via secret env variable. See `server_environment` docs."string='SSH private key'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…