connector_importer_source_sftp
This module provides an SFTP-based import source for Odoo's connector importer, enabling the loading of CSV files from SFTP servers with configurable paths for input, error, and success handling.
Key Features
- import.source.csv.sftp: Enables importing CSV files from SFTP servers using a configured storage backend.
- import.source.csv.sftp: Allows configuration of input path where CSV files are searched for import.
- import.source.csv.sftp: Supports regex pattern matching to select specific CSV files for import.
- import.source.csv.sftp: Provides option to move imported files to a success path when import succeeds.
- import.source.csv.sftp: Provides option to move imported files to an error path when import fails.
- import.source.csv.sftp: Enables generation and upload of error reports as CSV files to the error path.
- import.source.consumer.mixin: Registers CSV SFTP as a selectable import source type in the consumer mixin.