https://github.com/akretion/file-exchange
File Exchange
https://github.com/akretion/file-exchange
Last synced: 11 months ago
JSON representation
File Exchange
- Host: GitHub
- URL: https://github.com/akretion/file-exchange
- Owner: akretion
- Created: 2014-10-01T10:41:05.000Z (over 11 years ago)
- Default Branch: 7.0
- Last Pushed: 2017-02-23T12:00:13.000Z (over 9 years ago)
- Last Synced: 2025-05-17T09:31:27.328Z (about 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 7
- Watchers: 20
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
file-exchange
=============
File Exchange
Manage file exchange with external system.
Here is modules
File Repository
-----------------
File management parameters definition (location, protocol, access)
to connect towards file storage places (external or internal)
allow to define protocol with external repository (FTP, SFTP, File system)
File Document
---------------
Manage and store files used to exchange datas (import/export)
with any external applications (file exchange or web services)
Example : logistics centers, e-commerce platforms, automated machines
File Email
-------------
Importing and processing the attachment of an email.
The attachment of the email will be imported
as a file_document and then in your custom module you can process it.
An example of processing can be found in
[account_statement_email](http://bazaar.launchpad.net/~akretion-team/banking-addons/bank-statement-reconcile-7.0-file-exchange/view/head:/account_statement_email/fetchmail.py)