Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0 add file exchange #4

Closed
wants to merge 76 commits into from
Closed

Conversation

sebastienbeau
Copy link
Member

Hi I propose this branch as PR, before accepting it we have to discuse about refactoring it in order to avoid duplicated work see #1
The aim of this module is just to add the posibility to exchange file with external system. This work do not include the way to process the file.

1: file_document : is a queue storage of document to process (as connector include a real queue management, we should review this and discuse about the best way to refactor it)
2: file_email : is a simple module that give the posibility to extract from a mail the attachment and put it into the file-document
3: file_repository : give the posibility to upload or download file from an sftp, ftp, filesystem repository

4: abstract_task : is needed for file_document. It just add the concept of task and this task can have several cron (if you want to execute task at two specific hours of the day)

In order to avoid discution between two PR and as this work is in some way related to #1 I propose to discuse their about the architecture of the whole system

bguillot and others added 30 commits April 3, 2013 15:17
…rove execution (note for v7 version we should use connector for managing the run of file document with the job)
@guewen
Copy link
Member

guewen commented Nov 12, 2014

Can we discuss about the choice of the module here? #5

tschanzt referenced this pull request in camptocamp/connector-interfaces Mar 15, 2018
mpanarin referenced this pull request in camptocamp/connector-interfaces Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants