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
OCA/connector:
OCA/server-env:
OCA/storage:
odoo/odoo:
Python dependencies
paramiko, cachetools
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_type Selection
    ondelete={'sftp': 'set default'} selection_add=[('sftp', 'SFTP')]
  • sftp_auth_method Selection
    default='pwd' required=True selection=[('pwd', 'Password'), ('ssh_key', 'Private key')] string='SFTP Authentification Method'
  • sftp_login Char
    help='Login to connect to sftp server' string='SFTP Login'
  • sftp_password Char
    string='SFTP Password'
  • sftp_port Integer
    default=22 string='SFTP Port'
  • sftp_server Char
    string='SFTP Host'
  • sftp_ssh_private_key Text
    help="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'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…