Commit cb208cff authored by Łukasz Nowak's avatar Łukasz Nowak

- mark candidate to removal


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28096 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 89cff637
......@@ -31,6 +31,7 @@ from zope.interface import Interface
class IBusinessBuildable(Interface):
"""Business Buildable interface specification"""
def isBuildable(explanation):
"""Returns True if any of the related Simulation Movement
is buildable and if the predecessor state is completed.
......@@ -45,6 +46,8 @@ class IBusinessBuildable(Interface):
'explanation' is the Order or Item or Document which is the
cause of a root applied rule in the simulation
FIXME/JPS: Not sure if this will exist some day XXX
"""
def build(explanation):
......
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