Search 1.9 billion lines of Odoo code on GitHub

connector_importer_source_sftp

Author: Camptocamp,ACSONE,Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0-add-connector_importer_product
Repository: camptocamp/connector-interfaces
Dependencies: component, component_event, connector_importer, and storage_backend_sftp
Languages: HTML (339, 41.4%), Python (378, 46.2%), XML (54, 6.6%), and reStructuredText (48, 5.9%)
Other branches: 14-imp-damien, 14-use-gh-actions, 14.0-mig-connector_importer_source_sftp, 15-conn-importer, 15-conn-importer-product, 15-conn-importer-purchase, 15-fix-dep, merge-branch-2477-BSATE-29-1ba939f9, merge-branch-2842-14.0.0.21.0, merge-branch-2842-14.0.0.21.1, merge-branch-2842-14.0.0.21.2, merge-branch-2842-14.0.0.22.0, merge-branch-2842-14.0.1.0.0, merge-branch-2842-14.0.1.0.1, merge-branch-2842-14.0.1.1.0, merge-branch-2842-14.0.2.0.0, merge-branch-2842-14.0.2.0.1, merge-branch-2842-14.0.2.0.10, merge-branch-2842-14.0.2.0.2, merge-branch-2842-14.0.2.0.3, merge-branch-2842-14.0.2.0.4, merge-branch-2842-14.0.2.0.5, merge-branch-2842-14.0.2.0.6, merge-branch-2842-14.0.2.0.7, merge-branch-2842-14.0.2.0.8, merge-branch-2842-14.0.2.0.9, merge-branch-2842-14.0.2.1.0, merge-branch-2842-14.0.2.1.1, merge-branch-2842-14.0.2.1.2, merge-branch-2842-14.0.2.2.0, merge-branch-2842-14.0.2.2.1, merge-branch-2842-14.0.2.2.2, merge-branch-2842-14.0.2.2.3, merge-branch-2842-14.0.2.2.4, merge-branch-2842-14.0.2.2.5, merge-branch-2842-14.0.2.3.0, merge-branch-2842-14.0.2.4.0, merge-branch-2842-14.0.2.4.1, merge-branch-2842-14.0.2.5.0, merge-branch-2842-14.0.2.5.1, merge-branch-2842-14.0.2.5.2, merge-branch-2842-14.0.2.5.3, merge-branch-2842-14.0.2.6.0, merge-branch-2842-14.0.2.6.1, merge-branch-2842-14.0.2.6.2, merge-branch-2842-14.0.2.6.3, merge-branch-2842-14.0.2.7.0, merge-branch-2842-14.0.2.7.1, merge-branch-2842-14.0.2.7.2, merge-branch-2842-14.0.2.7.3, merge-branch-2842-14.0.2.7.4, merge-branch-2842-14.0.2.7.5, merge-branch-2842-14.0.2.7.6, merge-branch-2842-14.0.2.8.0, merge-branch-2842-14.0.2.8.1, merge-branch-2842-14.0.2.8.2, merge-branch-2842-14.0.2.8.3, merge-branch-2842-14.0.2.8.4, merge-branch-2842-14.0.2.8.5, merge-branch-2842-14.0.2.8.6, merge-branch-2842-14.0.2.9.0, merge-branch-2842-14.0.2.9.1, merge-branch-2842-14.0.2.9.2, merge-branch-2842-1443_update_all_submodules-598d5d41, merge-branch-2842-BSFMT-1208-3e589766, merge-branch-2842-BSFMT-1208-4b3e05b5, merge-branch-2842-BSFMT-1208-50964abf, merge-branch-2842-BSFMT-1208_fix-f0a29ef6, merge-branch-2842-BSFMT-1293-a01ac6b1, merge-branch-2842-BSFMT-1293-new-64d95e3c, and merge-branch-2842-patch-14.0.1.1.0-cc619fe3
Other repositories: NeatNerdPrime/connector-interfaces, OCA/connector-interfaces, acsone/connector-interfaces, aurestic/connector-interfaces, brain-tec/connector-interfaces, and simahawk/connector-interfaces

<h1 class="title">Connector Importer Source SFTP</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/connector-interfaces/tree/14.0/connector_importer_source_sftp"><img alt="OCA/connector-interfaces" src="https://img.shields.io/badge/github-OCA%2Fconnector--interfaces-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/connector-interfaces-14-0/connector-interfaces-14-0-connector_importer_source_sftp"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a></p> <p>Add import source capable of loading files from SFTP.</p> <p>Source type provided at the moment: CSV.</p> <p>Special feature: move files to another path when the import is finished.</p> <p>You can configure input, error, success path.</p> <p>Files are searched into input folder and if the flag <cite>move_file_after_import</cite> is enabled, the file will be moved to error or success path depending on the result of the import process.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/connector-interfaces/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/connector-interfaces/issues/new?body=module:%20connector_importer_source_sftp%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Camptocamp</li> <li>ACSONE</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Simone Orsi &lt;<a class="reference external" href="mailto:simahawk&#64;gmail.com">simahawk&#64;gmail.com</a>&gt;</li> <li>Sébastien Alix &lt;<a class="reference external" href="mailto:sebastien.alix&#64;camptocamp.com">sebastien.alix&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/simahawk"><img alt="simahawk" src="https://github.com/simahawk.png?size=40px" /></a> <a class="reference external" href="https://github.com/sebalix"><img alt="sebalix" src="https://github.com/sebalix.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/connector-interfaces/tree/14.0/connector_importer_source_sftp">OCA/connector-interfaces</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>