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

8.0 connector flow #17

Closed
wants to merge 34 commits into from
Closed

8.0 connector flow #17

wants to merge 34 commits into from

Conversation

codingforfun
Copy link

Add 'connector_flow' module. This module provides a minimal framework for common
data import/export tasks based on the OpenERP Connector.

@coveralls
Copy link

Coverage Status

Coverage decreased (-33.88%) to 58.43% when pulling 35e67e7 on initOS:8.0-connector_flow into a14881d on OCA:8.0.

@coveralls
Copy link

Coverage Status

Coverage decreased (-33.88%) to 58.43% when pulling e1bb574 on initOS:8.0-connector_flow into a14881d on OCA:8.0.

# There is no convention or clear specification that the return of
# do_run() always is an impexp.file id. In fact I know no real
# example there this is the case
#
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tremlin can you say something to that?

'application': False,
'images': [
],
'css': [
Copy link
Sponsor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove empty entries

@coveralls
Copy link

coveralls commented Apr 27, 2016

Coverage Status

Coverage decreased (-33.1%) to 59.127% when pulling a8fe6ef on initOS:8.0-connector_flow into c053cac on OCA:8.0.

@coveralls
Copy link

coveralls commented Apr 27, 2016

Coverage Status

Coverage decreased (-33.1%) to 59.127% when pulling ddb0e05 on initOS:8.0-connector_flow into c053cac on OCA:8.0.

<field name="model">impexp.chunk</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Task Form" version="7.0" create='false'>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version="7.0" is not needed anymore

Thomas Rehn added 2 commits August 25, 2016 11:19
connector_flow: remove deprecated view version tag
connector_flow: remove deprecated connector API
@rousseldenis
Copy link
Sponsor

rousseldenis commented Sep 14, 2016

@codingforfun Can you do the remaining changes that should make this PR ok ?
Otherwise 👍 for me. Using in production

@codingforfun
Copy link
Author

What's the most important leftovers in your opinion.
Unfourtunately I don't had much time for this recently, especially to follow all the discussion in the related PRs. I will check what's possible.

tschanzt pushed a commit to camptocamp/connector-interfaces that referenced this pull request Mar 15, 2018
Fix travis issue with docker-compose
@pedrobaeza
Copy link
Member

Is there still interest in this?

@simahawk simahawk closed this Aug 3, 2021
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