Commit 1a7fc29c authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

InteractionWorkflow.py: Null prefix.

parent c2db42a9
...@@ -58,7 +58,7 @@ marshaller = Marshaller(namespace_uri=MARSHALLER_NAMESPACE_URI, ...@@ -58,7 +58,7 @@ marshaller = Marshaller(namespace_uri=MARSHALLER_NAMESPACE_URI,
_MARKER = [] _MARKER = []
class InteractionWorkflow(IdAsReferenceMixin("interactionworkflow_", "prefix"), XMLObject): class InteractionWorkflow(IdAsReferenceMixin("", "prefix"), XMLObject):
""" """
An ERP5 Interaction Workflow. An ERP5 Interaction Workflow.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment