Commit 2ddc81da authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

InteractionWorkflow.py: deploy new id_as_reference.

parent 3d4886cc
...@@ -49,7 +49,7 @@ from Products.ERP5Type.id_as_reference import IdAsReferenceMixin ...@@ -49,7 +49,7 @@ from Products.ERP5Type.id_as_reference import IdAsReferenceMixin
_MARKER = [] _MARKER = []
class InteractionWorkflow(IdAsReferenceMixin('_interactionworkflow'), XMLObject): class InteractionWorkflow(IdAsReferenceMixin("interactionworkflow_", "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