Commit 5316c6af authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added method "isDeletable" to interface

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1f89d85
......@@ -87,4 +87,10 @@ class ISimulationMovement(IMovement, IPropertyRecordable, IDivergenceController,
into account the errors of the simulation fixed by
the delivery:
quantity + delivery_error
"""
def isDeletable():
"""
Returns True is this simumlation can be deleted, False
else.
"""
\ No newline at end of file
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