Repository
OCA/storage · module folder · Try on Runboat
Module version
1.0.0
Category
Storage
Folder size
0.05 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
Odoo Community Association (OCA), Acsone SA/NV
Maintainers
Odoo Community Association (OCA), Acsone SA/NV
Committers
Stéphane Bidoul
Odoo dependencies
OCA/connector:
OCA/server-env:
OCA/storage:
odoo/odoo:
Python dependencies
pyftpdlib, cachetools
System dependencies
None
Required by
None
Description
Add FTP as storage backend

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 (8)
  • backend_type Selection
    ondelete={'ftp': 'set default'} selection_add=[('ftp', 'FTP')]
  • ftp_encryption Selection
    default='ftp' required=True selection=[('ftp', 'FTP'), ('tls', 'Implicit FTP over TLS'), ('tls_explicit', 'Explicit FTP over TLS')] string='FTP Encryption method'
  • ftp_login Char
    help='Login to connect to ftp server' string='FTP Login'
  • ftp_passive Boolean
    default=False string='FTP Passive'
  • ftp_password Char
    string='FTP Password'
  • ftp_port Integer
    default=21 string='FTP Port'
  • ftp_security Selection
    required=True selection=[('none', 'None'), ('tlsv1', 'TLS'), ('tlsv1_1', 'TLSv1_1'), ('tlsv1_2', 'TLSv1_2'), ('sslv2', 'SSLv2'), ('sslv23', 'SSLv23'), ('sslv3', 'SSLv3')] string='FTP security option'
  • ftp_server Char
    string='FTP Host'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…