attachment_synchronize
This module enables the synchronization of attachments between Odoo and external storage backends through import and export tasks.
Key Features
- attachment.synchronize.task: Allows creating import tasks to fetch files from storage backends and create attachment queues with configurable selection patterns and post-import actions like rename, move, or delete.
- attachment.synchronize.task: Allows creating export tasks to send files from attachment queues to storage backends.
- attachment.queue: Extends attachment queues to support export file type for synchronizing attachments to remote locations.
- fs.storage: Adds task management with counts and navigation to related import and export tasks.
- attachment.synchronize.task: Includes scheduled import functionality via a configurable cron job.