storage_backend
This module provides a framework for managing storage backends in Odoo, allowing files to be stored in various storage systems such as filesystem, Amazon S3, SFTP, etc.
Key Features
- storage.backend: Manages storage backend configurations including type and directory path.
- storage: Provides unified interface for file operations like add, get, list, find, move, and delete.
- filesystem: Implements filesystem storage adapter with path safety checks.
- storage: Supports configuration validation and connection testing.
- storage.backend: Integrates with server environment for configuration management.