storage_thumbnail
This module enables the creation and management of thumbnails for images stored in the Odoo storage system.
Key Features
- storage.thumbnail: Defines a model for storing thumbnail files with size dimensions and URL keys.
- thumbnail.mixin: Provides a mixin to add thumbnail capabilities to any model, automatically generating small and medium thumbnails.
- image resizing: Supports resizing images to generate thumbnails, configurable to use local processing or external servers.
- thumbnail URLs: Manages URLs for thumbnails, allowing internal or external access based on backend configuration.