Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
wendelin
Commits
87a4d4fa
Commit
87a4d4fa
authored
Mar 24, 2023
by
Ivan Tyagov
Committed by
Nikola Balog
Sep 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Obsolete.
parent
ebc8f2c3
Changes
26
Show whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
0 additions
and
604 deletions
+0
-604
bt5/erp5_wendelin_relay/ExtensionTemplateItem/portal_components/erp5.extension.WendelinRelay.py
...ateItem/portal_components/erp5.extension.WendelinRelay.py
+0
-26
bt5/erp5_wendelin_relay/ExtensionTemplateItem/portal_components/erp5.extension.WendelinRelay.xml
...teItem/portal_components/erp5.extension.WendelinRelay.xml
+0
-125
bt5/erp5_wendelin_relay/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
...rtalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+0
-6
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay.xml
...lay/SkinTemplateItem/portal_skins/erp5_wendelin_relay.xml
+0
-26
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay/IngestionPolicy_forward.xml
...tal_skins/erp5_wendelin_relay/IngestionPolicy_forward.xml
+0
-28
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay/IngestionPolicy_getWendelinRelayConfigurationDictList.py
.../IngestionPolicy_getWendelinRelayConfigurationDictList.py
+0
-5
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay/IngestionPolicy_getWendelinRelayConfigurationDictList.xml
...IngestionPolicy_getWendelinRelayConfigurationDictList.xml
+0
-62
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow.xml
...portal_workflow/ingestion_policy_interaction_workflow.xml
+0
-46
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/interactions.xml
...ow/ingestion_policy_interaction_workflow/interactions.xml
+0
-28
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/interactions/IngestionPolicy_forward.xml
...raction_workflow/interactions/IngestionPolicy_forward.xml
+0
-100
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/scripts.xml
...orkflow/ingestion_policy_interaction_workflow/scripts.xml
+0
-28
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/scripts/IngestionPolicy_activateForward.py
...ction_workflow/scripts/IngestionPolicy_activateForward.py
+0
-6
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/scripts/IngestionPolicy_activateForward.xml
...tion_workflow/scripts/IngestionPolicy_activateForward.xml
+0
-62
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/variables.xml
...kflow/ingestion_policy_interaction_workflow/variables.xml
+0
-22
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/worklists.xml
...kflow/ingestion_policy_interaction_workflow/worklists.xml
+0
-22
bt5/erp5_wendelin_relay/bt/change_log
bt5/erp5_wendelin_relay/bt/change_log
+0
-2
bt5/erp5_wendelin_relay/bt/dependency_list
bt5/erp5_wendelin_relay/bt/dependency_list
+0
-1
bt5/erp5_wendelin_relay/bt/description
bt5/erp5_wendelin_relay/bt/description
+0
-1
bt5/erp5_wendelin_relay/bt/maintainer_list
bt5/erp5_wendelin_relay/bt/maintainer_list
+0
-1
bt5/erp5_wendelin_relay/bt/template_extension_id_list
bt5/erp5_wendelin_relay/bt/template_extension_id_list
+0
-1
bt5/erp5_wendelin_relay/bt/template_format_version
bt5/erp5_wendelin_relay/bt/template_format_version
+0
-1
bt5/erp5_wendelin_relay/bt/template_portal_type_workflow_chain_list
...endelin_relay/bt/template_portal_type_workflow_chain_list
+0
-1
bt5/erp5_wendelin_relay/bt/template_skin_id_list
bt5/erp5_wendelin_relay/bt/template_skin_id_list
+0
-1
bt5/erp5_wendelin_relay/bt/template_workflow_id_list
bt5/erp5_wendelin_relay/bt/template_workflow_id_list
+0
-1
bt5/erp5_wendelin_relay/bt/title
bt5/erp5_wendelin_relay/bt/title
+0
-1
bt5/erp5_wendelin_relay/bt/version
bt5/erp5_wendelin_relay/bt/version
+0
-1
No files found.
bt5/erp5_wendelin_relay/ExtensionTemplateItem/portal_components/erp5.extension.WendelinRelay.py
deleted
100644 → 0
View file @
ebc8f2c3
# -*- coding: utf-8 -*-
"""
Wendelin extension code to forward data to another wendelin instance.
"""
import
base64
import
urllib
import
urllib2
def
IngestionPolicy_forward
(
self
,
reference
,
data_chunk
):
for
configuration_dict
in
\
self
.
IngestionPolicy_getWendelinRelayConfigurationDictList
():
if
not
configuration_dict
[
"wendelin_url"
]:
return
data
=
urllib
.
urlencode
({
'data_chunk'
:
data_chunk
})
url
=
"%s/%s/ingest?reference=%s"
%
(
configuration_dict
[
"wendelin_url"
],
self
.
getRelativeUrl
(),
reference
)
request
=
urllib2
.
Request
(
url
,
data
)
base64string
=
base64
.
encodestring
(
'%s:%s'
%
(
configuration_dict
[
"username"
],
configuration_dict
[
"password"
])).
replace
(
'
\
n
'
,
''
)
request
.
add_header
(
"Authorization"
,
"Basic %s"
%
base64string
)
try
:
urllib2
.
urlopen
(
request
,
timeout
=
configuration_dict
[
"timeout"
])
except
:
pass
bt5/erp5_wendelin_relay/ExtensionTemplateItem/portal_components/erp5.extension.WendelinRelay.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Extension Component"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_recorded_property_dict
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
WendelinRelay
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
erp5.extension.WendelinRelay
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Extension Component
</string>
</value>
</item>
<item>
<key>
<string>
sid
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
text_content_error_message
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
text_content_warning_message
</string>
</key>
<value>
<tuple>
<string>
W: 25, 4: No exception type(s) specified (bare-except)
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
version
</string>
</key>
<value>
<string>
erp5
</string>
</value>
</item>
<item>
<key>
<string>
workflow_history
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
component_validation_workflow
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAQ=
</string>
</persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"4"
aka=
"AAAAAAAAAAQ="
>
<pickle>
<global
name=
"WorkflowHistoryList"
module=
"Products.ERP5Type.patches.WorkflowTool"
/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<string>
validate
</string>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
validated
</string>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
deleted
100644 → 0
View file @
ebc8f2c3
<workflow_chain>
<chain>
<type>
Ingestion Policy
</type>
<workflow>
ingestion_policy_interaction_workflow
</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Folder"
module=
"OFS.Folder"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
erp5_wendelin_relay
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay/IngestionPolicy_forward.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ExternalMethod"
module=
"Products.ExternalMethod.ExternalMethod"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_function
</string>
</key>
<value>
<string>
IngestionPolicy_forward
</string>
</value>
</item>
<item>
<key>
<string>
_module
</string>
</key>
<value>
<string>
WendelinRelay
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
IngestionPolicy_forward
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay/IngestionPolicy_getWendelinRelayConfigurationDictList.py
deleted
100644 → 0
View file @
ebc8f2c3
return
[{
"wendelin_url"
:
""
,
"username"
:
""
,
"password"
:
""
,
"timeout"
:
60
}]
bt5/erp5_wendelin_relay/SkinTemplateItem/portal_skins/erp5_wendelin_relay/IngestionPolicy_getWendelinRelayConfigurationDictList.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"PythonScript"
module=
"Products.PythonScripts.PythonScript"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
Script_magic
</string>
</key>
<value>
<int>
3
</int>
</value>
</item>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_container
</string>
</key>
<value>
<string>
container
</string>
</value>
</item>
<item>
<key>
<string>
name_context
</string>
</key>
<value>
<string>
context
</string>
</value>
</item>
<item>
<key>
<string>
name_m_self
</string>
</key>
<value>
<string>
script
</string>
</value>
</item>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
IngestionPolicy_getWendelinRelayConfigurationDictList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"InteractionWorkflowDefinition"
module=
"Products.ERP5.InteractionWorkflow"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
creation_guard
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Ingestion Policy interaction workflow
</string>
</value>
</item>
<item>
<key>
<string>
groups
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
ingestion_policy_interaction_workflow
</string>
</value>
</item>
<item>
<key>
<string>
manager_bypass
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Ingestion Policy interaction workflow
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/interactions.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Interaction"
module=
"Products.ERP5.Interaction"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_mapping
</string>
</key>
<value>
<dictionary/>
</value>
</item>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
interactions
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/interactions/IngestionPolicy_forward.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"InteractionDefinition"
module=
"Products.ERP5.Interaction"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_category
</string>
</key>
<value>
<string>
workflow
</string>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
activate_script_name
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
after_script_name
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
before_commit_script_name
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
guard
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
IngestionPolicy_forward
</string>
</value>
</item>
<item>
<key>
<string>
method_id
</string>
</key>
<value>
<list>
<string>
ingest
</string>
</list>
</value>
</item>
<item>
<key>
<string>
once_per_transaction
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
portal_type_filter
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
portal_type_group_filter
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
script_name
</string>
</key>
<value>
<list>
<string>
IngestionPolicy_activateForward
</string>
</list>
</value>
</item>
<item>
<key>
<string>
temporary_document_disallowed
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
2
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/scripts.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Scripts"
module=
"Products.DCWorkflow.Scripts"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_mapping
</string>
</key>
<value>
<dictionary/>
</value>
</item>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
scripts
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/scripts/IngestionPolicy_activateForward.py
deleted
100644 → 0
View file @
ebc8f2c3
ingestion_policy
=
state_change
[
'object'
]
reference
=
context
.
REQUEST
.
get
(
'reference'
)
data_chunk
=
context
.
REQUEST
.
get
(
'data_chunk'
)
ingestion_policy
.
activate
(
serialization_tag
=
"IngestionPolicy_forward_%s"
%
ingestion_policy
.
getUid
()
).
IngestionPolicy_forward
(
reference
,
data_chunk
)
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/scripts/IngestionPolicy_activateForward.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"PythonScript"
module=
"Products.PythonScripts.PythonScript"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
Script_magic
</string>
</key>
<value>
<int>
3
</int>
</value>
</item>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_container
</string>
</key>
<value>
<string>
container
</string>
</value>
</item>
<item>
<key>
<string>
name_context
</string>
</key>
<value>
<string>
context
</string>
</value>
</item>
<item>
<key>
<string>
name_m_self
</string>
</key>
<value>
<string>
script
</string>
</value>
</item>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
state_change
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
IngestionPolicy_activateForward
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/variables.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Variables"
module=
"Products.DCWorkflow.Variables"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_mapping
</string>
</key>
<value>
<dictionary/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
variables
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/WorkflowTemplateItem/portal_workflow/ingestion_policy_interaction_workflow/worklists.xml
deleted
100644 → 0
View file @
ebc8f2c3
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Worklists"
module=
"Products.DCWorkflow.Worklists"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_mapping
</string>
</key>
<value>
<dictionary/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
worklists
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_wendelin_relay/bt/change_log
deleted
100644 → 0
View file @
ebc8f2c3
08-16-2016 klaus
* First version of bt5 released
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/dependency_list
deleted
100644 → 0
View file @
ebc8f2c3
erp5_wendelin
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/description
deleted
100644 → 0
View file @
ebc8f2c3
Forwards incoming data to another wendelin instance
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/maintainer_list
deleted
100644 → 0
View file @
ebc8f2c3
klaus
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/template_extension_id_list
deleted
100644 → 0
View file @
ebc8f2c3
erp5.extension.WendelinRelay
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/template_format_version
deleted
100644 → 0
View file @
ebc8f2c3
1
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/template_portal_type_workflow_chain_list
deleted
100644 → 0
View file @
ebc8f2c3
Ingestion Policy | ingestion_policy_interaction_workflow
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/template_skin_id_list
deleted
100644 → 0
View file @
ebc8f2c3
erp5_wendelin_relay
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/template_workflow_id_list
deleted
100644 → 0
View file @
ebc8f2c3
ingestion_policy_interaction_workflow
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/title
deleted
100644 → 0
View file @
ebc8f2c3
erp5_wendelin_relay
\ No newline at end of file
bt5/erp5_wendelin_relay/bt/version
deleted
100644 → 0
View file @
ebc8f2c3
0.01
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment