Search 1.9 billion lines of Odoo code on GitHub

connector_flow

Author: initOS GmbH & Co. KG,Odoo Community Association (OCA)
License: AGPL-3
Branch: connector_flow_to_9
Repository: agilebg/connector-interfaces
Dependencies: connector
Languages: Python (471, 65.6%), XML (210, 29.2%), and reStructuredText (37, 5.2%)
Other repositories: acsone/connector-interfaces, akretion/connector-interfaces, archetipo/connector-interfaces, and initOS/connector-interfaces

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="connector-flow"></a> <h2>Connector-Flow</h2> <p>This module provides a minimal framework for common data import/export tasks based on the OpenERP Connector. Tasks like parsing and writing a CSV file or uploading a file to an FTP server can be chained into task flows.</p> <p>At the moment every flow must a have a unique start. One task can trigger several tasks.</p> <p>The module adds a new menu item &quot;Import/Export&quot; under the Connector top-level menu where tasks and task flows can be configured. Tasks can be run from the &quot;Run Task&quot; wizard. If a task needs a file as input, a file can be uploaded in the wizard.</p> <p>The <em>connector_flow_example_{ftp,product}</em> modules provide pre-configured demo flows.</p> <p>This module was definitely inspired by the works of Akretion (file_repository) and Camptocamp (connector_file).</p> <p>A very brief tutorial can be found at <a class="reference external" href="http://blog.initos.com/?p=1220">http://blog.initos.com/?p=1220</a></p> <a name="bug-tracker"></a> <h2>Bug Tracker</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 feedback <a class="reference external" href="https://github.com/OCA/connector-interfaces/issues/new?body=module:%20connector_flow%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Thomas Rehn &lt;<a class="reference external" href="mailto:thomas.rehn&#64;initos.com">thomas.rehn&#64;initos.com</a>&gt;</li> <li>Peter Hahn &lt;<a class="reference external" href="mailto:peter.hahn&#64;initos.com">peter.hahn&#64;initos.com</a>&gt;</li> <li>Alessio Gerace &lt;<a class="reference external" href="mailto:alessio.gerace&#64;agilebg.com">alessio.gerace&#64;agilebg.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <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>This module is maintained by the OCA.</p> <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>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>