8.0 connector flow - #17
Closed
codingforfun wants to merge 34 commits into
Closed
codingforfun wants to merge 34 commits into
codingforfun wants to merge 34 commits into
Conversation
There was a problem hiding this comment.
@tremlin can you say something to that?
codingforfun
force-pushed
the
8.0-connector_flow
branch
from
June 17, 2015 08:25
7abbdd4 to
f11d30d
Compare
Making the relation to the task mandatory makes uninstalling tasks impossible while keeping their results.
| <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'> |
There was a problem hiding this comment.
version="7.0" is not needed anymore
added 2 commits
August 25, 2016 11:19
connector_flow: remove deprecated view version tag
connector_flow: remove deprecated connector API
Contributor
|
@codingforfun Can you do the remaining changes that should make this PR ok ? |
Author
|
What's the most important leftovers in your opinion. |
tschanzt
pushed a commit
to camptocamp/connector-interfaces
that referenced
this pull request
Mar 15, 2018
Fix travis issue with docker-compose
Member
|
Is there still interest in this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add 'connector_flow' module. This module provides a minimal framework for common
data import/export tasks based on the OpenERP Connector.