Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 315 |
Technical Name |
ps_ftp_attachment_importer |
License | See License tab |
Website | https://odoo.pysquad.com |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 315 |
Technical Name |
ps_ftp_attachment_importer |
License | See License tab |
Website | https://odoo.pysquad.com |
Versions | 17.0 18.0 |

FTP Attachment Importer
Designed to Auto-import attachments from FTP/SFTP to Odoo and log sync history
This module enables seamless integration between your Odoo instance and external servers via FTP, SFTP, or FTPS protocols. It automatically connects to the configured server, imports files or documents, and stores them as attachments in Odoo using the ir.attachment model.
Required Packages:
- pip3 install paramiko
Top Features
Discover the latest features and enhancements.

Multi-Protocol Support (FTP, SFTP, FTPS)
Supports connection to external servers using FTP, SFTP (SSH File Transfer Protocol), or FTPS (FTP Secure), offering flexibility and compatibility with various server configurations.

Automated File Import
Automatically connects to the configured remote server at scheduled intervals or via manual trigger to import files without user intervention.

Scheduled Actions (Cron Support)
Easily configure cron jobs to automate file imports on a daily, hourly, or custom schedule to keep your Odoo database up to date.

Secure Connection & Authentication
Supports secure login credentials and key-based authentication (for SFTP) to ensure encrypted and authenticated access to your remote servers.

Easy Configuration via Odoo UI
Set up multiple FTP/SFTP/FTPS connections with server details, login credentials, target directories, and import rules using a user-friendly configuration form in Odoo.

File Import Logging & Status Tracking
Logs each import operation with timestamps, success/failure status, and error messages (if any), helping with monitoring and debugging.


Ftp Configuration
Add the FTP server credentials, directory path, and port details below. Use the Test Connection button to verify whether the connection to the server is working. After a successful connection, click the Import button to manually import files from the server. When Enable FTP Auto Import is turned on, the system will automatically import files from the configured directory using a scheduled cron job and log the imports periodically.

FTP Import Log Menu
This menu displays the log of all files imported via the configured FTP, SFTP, or FTPS connection.

FTP Import Log – List View
This list view displays a detailed history of all files imported from the configured FTP/SFTP/FTPS server. It includes essential information such as the file name, transfer type, responsible user, import date, and status. This log helps users monitor which files were successfully imported and troubleshoot any failures if needed.

Attached File
For Support

NeedHelp?
Got questions or need help? Get in touch.
Contact Us
Email: solutions@pysquad.com
Phone:+91
8160395422
WhatsApp: +91 8160395422
Discover more at
www.odoo.pysquad.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module