storage_file
This module provides external file storage capabilities for Odoo, enabling files to be stored in various backends with metadata management and integration with reports.
Key Features
- storage.file: Stores files in configured backends with metadata including checksum, mimetype, and file size.
- storage.backend: Configures storage backends with filename strategies, serving methods, and URL generation options.
- file serving: Provides HTTP access to stored files via slug-based URLs for public retrieval.
- file replacement: Offers a wizard interface for replacing existing storage files.
- report integration: Integrates with report generation to store PDFs in external backends.
- file cleanup: Performs automated cleanup of files marked for deletion from storage backends.
- metadata management: Maintains comprehensive file metadata and supports linking files to any Odoo records.